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