Linguaggio

View.Matrix Proprietà

Definizione

Matrice di trasformazione di questa vista, calcolata in base alle proprietà di rotazione, scala e pivot correnti.

public virtual Android.Graphics.Matrix? Matrix { [Android.Runtime.Register("getMatrix", "()Landroid/graphics/Matrix;", "GetGetMatrixHandler")] get; }
[<get: Android.Runtime.Register("getMatrix", "()Landroid/graphics/Matrix;", "GetGetMatrixHandler")>]
member this.Matrix : Android.Graphics.Matrix

Valore della proprietà

Matrice di trasformazione corrente per la visualizzazione

Attributi

Commenti

Matrice di trasformazione di questa vista, calcolata in base alle proprietà di rotazione, scala e pivot correnti.

per android.view.View.getMatrix().

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

Vedi anche