CogCoordinateAxes Skew Property Cognex VisionPro
The skew of this coordinate axis in radian units. Skew=0 means a right angle between the X and Y axes.

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

public double Skew { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCoordinateAxes Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    The skew of this coordinate axis in radians. Skew=0 means a right angle between the x- and y-axis.

    Default Value: 0

    See Also