Click or drag to resize

MatrixD2D Properties

The MatrixD2D type exposes the following members.

Properties
 NameDescription
Public propertyDeterminantGets the determinant of the matrix.
Public propertyDXGets the translation X element.
Public propertyDYGets the translation Y element.
Public propertyElements Gets the elements of the matrix as an array.
Public propertyRotation Gets the rotation angle in degrees.
Public propertyRXGets the rotation X element.
Public propertyRYGets the rotation Y element.
Public propertyScaleX Gets the scale X value.
Public propertyScaleY Gets the scale Y value.
Public propertyShear Gets the shear value.
Public propertySXGets the scale X element.
Public propertySYGets the scale Y element.
Public propertyX Gets the translation X value.
Public propertyY Gets the translation Y value.
Top
See Also