Langue

Camera.GetMatrix(Matrix) Méthode

Définition

Calcule la matrice correspondant à la transformation actuelle et la copie dans l’objet de matrice fourni.

[Android.Runtime.Register("getMatrix", "(Landroid/graphics/Matrix;)V", "GetGetMatrix_Landroid_graphics_Matrix_Handler")]
public virtual void GetMatrix(Android.Graphics.Matrix? matrix);
[<Android.Runtime.Register("getMatrix", "(Landroid/graphics/Matrix;)V", "GetGetMatrix_Landroid_graphics_Matrix_Handler")>]
abstract member GetMatrix : Android.Graphics.Matrix -> unit
override this.GetMatrix : Android.Graphics.Matrix -> unit

Paramètres

matrix
Matrix

Matrice pour copier les transformations actuelles en

Attributs

Remarques

Calcule la matrice correspondant à la transformation actuelle et la copie dans l’objet de matrice fourni.

Java documentation pour android.graphics.Camera.getMatrix(android.graphics.Matrix).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à