View.Matrix Property

Definition

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

C#
public virtual Android.Graphics.Matrix? Matrix { [Android.Runtime.Register("getMatrix", "()Landroid/graphics/Matrix;", "GetGetMatrixHandler")] get; }

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

Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35

See also