Matrix |
The MatrixD2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Determinant | Gets the determinant of the matrix. | |
| DX | Gets the translation X element. | |
| DY | Gets the translation Y element. | |
| Elements | Gets the elements of the matrix as an array. | |
| Rotation | Gets the rotation angle in degrees. | |
| RX | Gets the rotation X element. | |
| RY | Gets the rotation Y element. | |
| ScaleX | Gets the scale X value. | |
| ScaleY | Gets the scale Y value. | |
| Shear | Gets the shear value. | |
| SX | Gets the scale X element. | |
| SY | Gets the scale Y element. | |
| X | Gets the translation X value. | |
| Y | Gets the translation Y value. |