CogRectangleAffine Rotation Property Cognex VisionPro 9.7
The angle (in radians, from the x-axis) of the directed vector which starts at CornerOrigin and ends at CornerX.

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

public double Rotation { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogRectangleAffine Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Gets the rotation angle in radians. This is the angle, measured from the x-axis, of the directed vector that starts at the corner origin (Po) and ends at corner point x (Px).

    Default Value: 0

    See Also