CogRectangleAffine Skew Property Cognex VisionPro
The skew (in radians) of this affine rectangle.

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
CogRectangleAffine Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Sets or gets the skew angle of this affine rectangle in radians.

    Note: To prevent degenerate affine rectangles, setting Skew to within +/- 0.002 of +/-(π/2) causes the value to be set to either (-π/2 - 0.002) or (π/2 + 0.002) for negative and positive values of Skew, respectively.

    Default Value: 0

    See Also