CogTransform2DLinear PropertiesCognex VisionPro 9.7

The CogTransform2DLinear type exposes the following members.

Properties

  NameDescription
Public propertyAspect
Returns/sets 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
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
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
Returns/sets 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
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
Returns/sets the skew of this transform (in radians). When skew is set the rotation, scaling, and aspect remain unchanged.
Public propertyTranslationX
Returns/sets the x component of the translation vector.
Public propertyTranslationY
Returns/sets the y component of the translation vector.
Top
See Also