CogTransform2DRigid Invert Method Cognex VisionPro
Returns a new rigid transform which is the inverse of this one.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public CogTransform2DRigid Invert()

Return Value

Type: CogTransform2DRigid
The inverse of this transformation object.
Remarks

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 ICogTransform2D. The only difference is the type of the returned transform: CogTransform2DRigid.Invert() method returns a rigid transform.

See Also