Język

TextBoundsInfo.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/TextBoundsInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextBoundsInfo.Builder SetMatrix(Android.Graphics.Matrix matrix);
[<Android.Runtime.Register("setMatrix", "(Landroid/graphics/Matrix;)Landroid/view/inputmethod/TextBoundsInfo$Builder;", "", ApiSince=34)>]
member this.SetMatrix : Android.Graphics.Matrix -> Android.Views.InputMethods.TextBoundsInfo.Builder

Parameters

matrix
Matrix

transformation matrix from local coordinates into screen coordinates. This value cannot be null.

Returns

Attributes

Remarks

Sets the matrix that transforms local coordinates into screen coordinates.

Android reference for android.view.inputmethod.TextBoundsInfo.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