Transform2DLinear PropertiesCognex VisionPro 9.21

The Transform2DLinear type exposes the following members.

Properties

  NameDescription
Public propertyAspect
Get

Returns the aspect of this transform. Aspect is the ratio of scaling along the y axis over scaling along the x axis. When aspect is set the rotation, skew, and scaling remain unchanged.

Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyLinear

Returns true if this is a linear transform.

Public propertyMatrixDeterminant

Returns the determinant of the 2-by-2 matrix in this transformation.

Public propertyRotation
Get

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

Public propertyRotationX

Returns the x-axis rotation of this transform (in radians). When set, RotationY, ScalingX, and ScalingY remain unchanged.

Public propertyRotationY

Returns the y-axis rotation of this transform (in radians). When set, RotationX, ScalingX, and ScalingY remain unchanged.

Public propertyScaling
Get

Returns/sets the scaling of this transform. When scaling is set the rotation, skew, and aspect remain unchanged.

Public propertyScalingX

Returns the x-axis scaling of this transform. When set, RotationX, RotationY, and ScalingY remain unchanged.

Public propertyScalingY

Returns the y-axis scaling of this transform. When set, RotationX, RotationY, and ScalingX remain unchanged.

Public propertySkew
Get

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

Public propertyTranslationX
Get

Gets the x component of the translation vector.

Public propertyTranslationY
Get

Gets the y component of the translation vector.

Top
See Also