Matrix Properties

 

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubpropertyElements

Gets an array of floating-point values that represents the elements of this Matrix.

System_CAPS_pubpropertyIsIdentity

Gets a value indicating whether this Matrix is the identity matrix.

System_CAPS_pubpropertyIsInvertible

Gets a value indicating whether this Matrix is invertible.

System_CAPS_pubpropertyOffsetX

Gets the x translation value (the dx value, or the element in the third row and first column) of this Matrix.

System_CAPS_pubpropertyOffsetY

Gets the y translation value (the dy value, or the element in the third row and second column) of this Matrix.

Return to top
Show: