CursorAnchorInfo.Matrix Property

Definition

Returns a new instance of android.graphics.Matrix that indicates the transformation matrix that is to be applied other positional data in this class.

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

Property Value

a new instance (copy) of the transformation matrix.

Attributes

Remarks

Returns a new instance of android.graphics.Matrix that indicates the transformation matrix that is to be applied other positional data in this class.

Java documentation for android.view.inputmethod.CursorAnchorInfo.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