Transformation.Matrix Property

Definition

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 3x3 Matrix representing the transformation to apply to the coordinates of the object being animated

Attributes

Remarks

Java documentation for android.view.animation.Transformation.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