TextBoundsInfo.Builder.SetMatrix(Matrix) Method
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.
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.