Matrix.IdentityMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The identity matrix.
[Android.Runtime.Register("IDENTITY_MATRIX", ApiSince=31)]
public static Android.Graphics.Matrix IdentityMatrix { get; }
[<Android.Runtime.Register("IDENTITY_MATRIX", ApiSince=31)>]
static member IdentityMatrix : Android.Graphics.Matrix
Property Value
- Attributes
Remarks
The identity matrix. Multiplying by another matrix M
returns M
. This matrix is immutable, and attempting to modify it will throw an IllegalStateException
.
Java documentation for android.graphics.Matrix.IDENTITY_MATRIX
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.