View.Matrix Property

Definition

The transform matrix of this view, which is calculated based on the current rotation, scale, and pivot properties.

public virtual Android.Graphics.Matrix? Matrix { [Android.Runtime.Register("getMatrix", "()Landroid/graphics/Matrix;", "GetGetMatrixHandler")] get; }
[<get: Android.Runtime.Register("getMatrix", "()Landroid/graphics/Matrix;", "GetGetMatrixHandler")>]
member this.Matrix : Android.Graphics.Matrix

Property Value

The current transform matrix for the view

Attributes

Remarks

The transform matrix of this view, which is calculated based on the current rotation, scale, and pivot properties.

Java documentation for android.view.View.getMatrix().

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