Matrix Properties
.NET Framework 4
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
|
Elements | Gets an array of floating-point values that represents the elements of this Matrix. |
|
IsIdentity | Gets a value indicating whether this Matrix is the identity matrix. |
|
IsInvertible | Gets a value indicating whether this Matrix is invertible. |
|
OffsetX | Gets the x translation value (the dx value, or the element in the third row and first column) of this Matrix. |
|
OffsetY | Gets the y translation value (the dy value, or the element in the third row and second column) of this Matrix. |