Transform2DLinear Skew Property Cognex VisionPro 9.10
Get

Gets the skew of this transform (in radians). When skew is set the rotation, scaling, and aspect remain unchanged.

Set

Sets Skew.

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

public double Skew { get; set; }

Property Value

Type: Double
Default Value: 0
Exceptions

ExceptionCondition
ArgumentExceptionThe 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 toRotationY - RotationX

Remarks

Changed Raised when the value of this property changes.

See Also