Matrix Properties
.NET Framework (current version)
Namespace:
System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
| 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. |
Show:
