Returns a new rigid transform which is the inverse of this one.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Return Value
Type: CogTransform2DRigidThe inverse of this transformation object.
Remarks
Invert() performs the same operation as the InvertBase() method of ICogTransform2D. The only difference is the type of the returned transform: CogTransform2DRigid.Invert() method returns a rigid transform.
See Also