TextureView.GetTransform(Matrix) Method

Definition

Returns the transform associated with this texture view.

[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

Parameters

transform
Matrix

The Matrix in which to copy the current transform. Can be null.

Returns

The specified matrix if not null or a new Matrix instance otherwise.

Attributes

Remarks

Returns the transform associated with this texture view.

Java documentation for android.view.TextureView.getTransform(android.graphics.Matrix).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also