CogTransform2DLinear Skew Property Cognex VisionPro 9.7
Returns/sets the skew of this transform (in radians). When skew is set the rotation, scaling, and aspect remain unchanged.

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

public double Skew { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DLinear Changed

Fires when the skew changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The new value is π/2 or −π/2 (when normalized to the range between π and −π).

    Remarks

    Sets or gets the skew of this transformation object in radians. When you set the skew, the Rotation, Scaling, and Aspect values remain unchanged.

    In the standard transformation matrix, skew is represented by the symbol Q, and is equal to RotationY - RotationX.

    Default Value: 0

    See Also