Shader.GetLocalMatrix(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 valeur true si le nuanceur a une matrice locale non-identité.
[Android.Runtime.Register("getLocalMatrix", "(Landroid/graphics/Matrix;)Z", "GetGetLocalMatrix_Landroid_graphics_Matrix_Handler")]
public virtual bool GetLocalMatrix (Android.Graphics.Matrix localM);
[<Android.Runtime.Register("getLocalMatrix", "(Landroid/graphics/Matrix;)Z", "GetGetLocalMatrix_Landroid_graphics_Matrix_Handler")>]
abstract member GetLocalMatrix : Android.Graphics.Matrix -> bool
override this.GetLocalMatrix : Android.Graphics.Matrix -> bool
Paramètres
- localM
- Matrix
Défini sur la matrice locale du nuanceur, si la matrice du nuanceur n’est pas null.
Retours
true si le nuanceur a une matrice locale non-identity
- Attributs
Remarques
Retourne la valeur true si le nuanceur a une matrice locale non-identité.
Documentation Java pour android.graphics.Shader.getLocalMatrix(android.graphics.Matrix)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.