Share via


Matrix44.IsIdentity Property

Definition

Returns true if Matrix44 is equal to identity matrix.

public virtual bool IsIdentity { [Android.Runtime.Register("isIdentity", "()Z", "GetIsIdentityHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isIdentity", "()Z", "GetIsIdentityHandler", ApiSince=35)>]
member this.IsIdentity : bool

Property Value

Attributes

Remarks

Returns true if Matrix44 is equal to identity matrix.

Java documentation for android.graphics.Matrix44.isIdentity().

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