CogTransform2DComposed Invert Method Cognex VisionPro
Returns a new transform that 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 ICogTransform2D Invert()

Return Value

Type: ICogTransform2D

The returned transformation.

Remarks

Returns a new transform that is the inverse of this one.

See Also