Click or drag to resize

Matrix Properties

The Matrix type exposes the following members.

Properties
  NameDescription
Public propertyElements
Gets an array of floating-point values that represents the elements of this Matrix.
Public propertyIsIdentity
Gets a value indicating whether this Matrix is the identity matrix.
Public propertyIsInvertible
Gets a value indicating whether this Matrix is invertible.
Public propertyOffsetX
Gets the x translation value of this Matrix.
Public propertyOffsetY
Gets the y translation value of this Matrix.
Top
See Also