Share via


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 インスタンス。

属性

注釈

このテクスチャ ビューに関連付けられている変換を返します。

android.view.TextureView.getTransform(android.graphics.Matrix)Java ドキュメント。

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

適用対象

こちらもご覧ください