RectangleAffine Rotation Property Cognex VisionPro 9.22
Get

The angle (in radians, from the x-axis) of the directed vector which starts at CornerOrigin and ends at CornerX.

Set

Sets Rotation.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public double Rotation { get; set; }

Property Value

Type: Double
Default Value: 0
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).

Remarks

Changed Raised when the value of this property changes.

See Also