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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

こちらもご覧ください