Matrix Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Matrix type exposes the following members.

Properties

  Name Description
Public propertyStatic memberSupported by Silverlight for Windows Phone Identity Gets an identity Matrix.
Public propertySupported by Silverlight for Windows Phone IsIdentity Gets a value that indicates whether this Matrix structure is an identity matrix.
Public propertySupported by Silverlight for Windows Phone M11 Gets or sets the value of the first row and first column of this Matrix structure.
Public propertySupported by Silverlight for Windows Phone M12 Gets or sets the value of the first row and second column of this Matrix structure.
Public propertySupported by Silverlight for Windows Phone M21 Gets or sets the value of the second row and first column of this Matrix structure.
Public propertySupported by Silverlight for Windows Phone M22 Gets or sets the value of the second row and second column of this Matrix structure.
Public propertySupported by Silverlight for Windows Phone OffsetX Gets or sets the value of the third row and first column of this Matrix structure.
Public propertySupported by Silverlight for Windows Phone OffsetY Gets or sets the value of the third row and second column of this Matrix structure.

Top