View.Matrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.