Matrix.IsIdentity Proprietà

Definizione

Restituisce true se la matrice è Identity.

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

Valore della proprietà

Attributi

Commenti

Restituisce true se la matrice è Identity. Questo potrebbe essere più veloce del test se (getType() == 0)

per android.graphics.Matrix.isIdentity().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a