Shader.GetLocalMatrix(Matrix) 方法

定义

如果着色器具有非标识本地矩阵,则返回 true。

[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

参数

localM
Matrix

如果着色器的矩阵为非 null,则设置为着色器的本地矩阵。

返回

如果着色器具有非标识本地矩阵,则为 true

属性

注解

如果着色器具有非标识本地矩阵,则返回 true。

适用于 . 的 android.graphics.Shader.getLocalMatrix(android.graphics.Matrix)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于