Click or drag to resize

ImmutableMatrix Properties

The ImmutableMatrix type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIdentity
Returns an new instance of an identity Matrix.
Public propertyType
A text description of the type of this Matrix.
Public propertyXScale
The upper left value of the matrix (0,0). Indicates scaling on the X-Axis.
Public propertyXShear
The upper-middle value of the matrix (1,0). Indicates shearing parallel to the X-Axis.
Public propertyXTranslation
The upper-right value of the matrix (2,0). Indicates translation along the X-Axis.
Public propertyYScale
The middle value of the matrix (1,1). Indicates scaling on the Y-Axis.
Public propertyYShear
The left-middle value of the matrix (0,1). Indicates shearing parallel to the Y-Axis.
Public propertyYTranslation
The middle-right value of the matrix (2,1). Indicates translation along the Y-Axis.
Top
See Also