Matrix.IdentityMatrix Property

Definition

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.

Applies to