The Transform2DLinear type exposes the following members.
| Name | Description | |
|---|---|---|
| Aspect | 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. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| Linear | Returns true if this is a linear transform. | |
| MatrixDeterminant | Returns the determinant of the 2-by-2 matrix in this transformation. | |
| Rotation | Get Gets 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 | Get 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 | Get Gets the skew of this transform (in radians). When skew is set the rotation, scaling, and aspect remain unchanged. | |
| TranslationX | Get Gets the x component of the translation vector. | |
| TranslationY | Get Gets the y component of the translation vector. |