CogCoordinateAxes Transform Property Cognex VisionPro
The CogCoordinateAxes will modify this transform to reflect its internal properties.

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

public CogTransform2DLinear Transform { get; set; }

Property Value

Type: CogTransform2DLinear
Events

Event TypeReason
CogCoordinateAxes Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Sets or gets a transformation object that correspond with this CogCoordinateAxes. If getting a transformation object, the transformation object returned corresponds to the current state of the coordinate axes. If setting a transformation object, the coordinate axes change to reflect the transformation object.

    See Also