Język

CursorAnchorInfo.Builder.SetMatrix(Matrix) Method

Definition

Sets the matrix that transforms local coordinates into screen coordinates.

[Android.Runtime.Register("setMatrix", "(Landroid/graphics/Matrix;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "")]
public Android.Views.InputMethods.CursorAnchorInfo.Builder? SetMatrix(Android.Graphics.Matrix? matrix);
[<Android.Runtime.Register("setMatrix", "(Landroid/graphics/Matrix;)Landroid/view/inputmethod/CursorAnchorInfo$Builder;", "")>]
member this.SetMatrix : Android.Graphics.Matrix -> Android.Views.InputMethods.CursorAnchorInfo.Builder

Parameters

matrix
Matrix

transformation matrix from local coordinates into screen coordinates. null is interpreted as an identity matrix.

Returns

Attributes

Remarks

Sets the matrix that transforms local coordinates into screen coordinates.

Android reference for android.view.inputmethod.CursorAnchorInfo.Builder.setMatrix.

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