Matrix.IsIdentity Property

Definition

Returns true if the matrix is identity.

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

Property Value

Attributes

Remarks

Returns true if the matrix is identity. This maybe faster than testing if (getType() == 0)

Java documentation for android.graphics.Matrix.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