ImmutableMatrix Properties |
The ImmutableMatrix type exposes the following members.
Name | Description | |
---|---|---|
Identity | Returns an new instance of an identity Matrix. | |
Type | A text description of the type of this Matrix. | |
XScale | The upper left value of the matrix (0,0). Indicates scaling on the X-Axis. | |
XShear | The upper-middle value of the matrix (1,0). Indicates shearing parallel to the X-Axis. | |
XTranslation | The upper-right value of the matrix (2,0). Indicates translation along the X-Axis. | |
YScale | The middle value of the matrix (1,1). Indicates scaling on the Y-Axis. | |
YShear | The left-middle value of the matrix (0,1). Indicates shearing parallel to the Y-Axis. | |
YTranslation | The middle-right value of the matrix (2,1). Indicates translation along the Y-Axis. |