Android.Graphics.Matrix.IsIdentity Property
Returns true if the matrix is identity.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1