Langue

TextureView.GetTransform(Matrix) Méthode

Définition

Retourne la transformation associée à cette vue de texture.

[Android.Runtime.Register("getTransform", "(Landroid/graphics/Matrix;)Landroid/graphics/Matrix;", "GetGetTransform_Landroid_graphics_Matrix_Handler")]
public virtual Android.Graphics.Matrix GetTransform(Android.Graphics.Matrix? transform);
[<Android.Runtime.Register("getTransform", "(Landroid/graphics/Matrix;)Landroid/graphics/Matrix;", "GetGetTransform_Landroid_graphics_Matrix_Handler")>]
abstract member GetTransform : Android.Graphics.Matrix -> Android.Graphics.Matrix
override this.GetTransform : Android.Graphics.Matrix -> Android.Graphics.Matrix

Paramètres

transform
Matrix

Matrix Dans lequel copier la transformation actuelle. Peut être null.

Retours

Matrice spécifiée s’il n’est pas null ou nouvelle Matrix instance dans le cas contraire.

Attributs

Remarques

Retourne la transformation associée à cette vue de texture.

Java documentation pour android.view.TextureView.getTransform(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 à

Voir aussi