PointMarker Rotation Property Cognex VisionPro 9.22
Get

The rotation (from the x-axis) in radian of this point marker.

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

The rotation, in radians from the x-axis, of this point marker.

Remarks

Changed Raised when the value of this property changes.

See Also