Returns a new transform which is the inverse of this one.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Return Value
Type: ITransform2DImplements
ITransform2D InvertBaseRemarks
Returns a transform that is the inverse of this transform. If a transform maps points from space A to space B, the inverse of the transform maps points from space B to space A. InvertBase performs the same operation as the Invert method of Transform2DLinear. The only difference is the type of the returned transform.
See Also