Get
Gets the skew of this transform (in radians). When skew is set the rotation, scaling, and aspect remain unchanged.
Set
Namespace: Cognex.VisionSets Skew.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax
Property Value
Type: DoubleDefault Value: 0
Exceptions
| Exception | Condition |
|---|---|
| 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 toRotationY - RotationX
Remarks
Changed Raised when the value of this property changes.
- SfLinear
- SfRotation
- SfScaling
- SfAspect
- SfGetMatrixElement
- SfMatrixDeterminant
- SfRotationX
- SfRotationY
- SfScalingX
- SfScalingY
- SfTranslationX
- SfTranslationY
See Also