TextureView.GetTransform(Matrix) 方法

定义

返回与此纹理视图关联的转换。

[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

参数

transform
Matrix

Matrix 在其中复制当前转换的转换。 可以为 null。

返回

如果未为 null 或新 Matrix 实例,则为指定的矩阵。

属性

注解

返回与此纹理视图关联的转换。

Java文档android.view.TextureView.getTransform(android.graphics.Matrix)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

另请参阅