RenderNode.GetMatrix(Matrix) Method

Definition

Gets the current transform matrix

[Android.Runtime.Register("getMatrix", "(Landroid/graphics/Matrix;)V", "", ApiSince=29)]
public void GetMatrix (Android.Graphics.Matrix outMatrix);
[<Android.Runtime.Register("getMatrix", "(Landroid/graphics/Matrix;)V", "", ApiSince=29)>]
member this.GetMatrix : Android.Graphics.Matrix -> unit

Parameters

outMatrix
Matrix

The matrix to store the transform of the RenderNode

Attributes

Remarks

Gets the current transform matrix

Java documentation for android.graphics.RenderNode.getMatrix(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