TextureView.GetTransform(Matrix) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.