Matrix Properties
Collapse the table of content
Expand the table of content

Matrix Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Matrix type exposes the following members.

  NameDescription
Public property Static member Identity Gets an identity Matrix.
Public property IsIdentity Gets a value that indicates whether this Matrix structure is an identity matrix.
Public property M11 Gets or sets the value of the first row and first column of this Matrix structure.
Public property M12 Gets or sets the value of the first row and second column of this Matrix structure.
Public property M21 Gets or sets the value of the second row and first column of this Matrix structure.
Public property M22 Gets or sets the value of the second row and second column of this Matrix structure.
Public property OffsetX Gets or sets the value of the third row and first column of this Matrix structure.
Public property OffsetY Gets or sets the value of the third row and second column of this Matrix structure.
Top

Show:
© 2017 Microsoft