CogTransform2DComposed Invert Method Cognex VisionPro 9.10
Returns a new transform that is the inverse of this one.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.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