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

Syntax

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

See Also

View.Rotation
View.ScaleX
View.ScaleY
View.PivotX
View.PivotY

Value

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11