The CogTransform2DLinear type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Aspect | 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. | |
| ChangedEventSuspended | 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. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| Linear | Returns true if this is a linear transform. | |
| MatrixDeterminant | Returns the determinant of the 2-by-2 matrix in this transformation. | |
| Rotation | Returns/sets the rotation of this transform (in radians). When rotation is set the skew, scaling, and aspect remain unchanged. | |
| RotationX | Returns the x-axis rotation of this transform (in radians). When set, RotationY, ScalingX, and ScalingY remain unchanged. | |
| RotationY | Returns the y-axis rotation of this transform (in radians). When set, RotationX, ScalingX, and ScalingY remain unchanged. | |
| Scaling | Returns/sets the scaling of this transform. When scaling is set the rotation, skew, and aspect remain unchanged. | |
| ScalingX | Returns the x-axis scaling of this transform. When set, RotationX, RotationY, and ScalingY remain unchanged. | |
| ScalingY | Returns the y-axis scaling of this transform. When set, RotationX, RotationY, and ScalingX remain unchanged. | |
| Skew | Returns/sets the skew of this transform (in radians). When skew is set the rotation, scaling, and aspect remain unchanged. | |
| TranslationX | Returns/sets the x component of the translation vector. | |
| TranslationY | Returns/sets the y component of the translation vector. |
See Also