Partager via


Shader.GetLocalMatrix(Matrix) Méthode

Définition

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.

S’applique à