TextBoundsInfo.GetCharacterBounds(Int32, RectF) メソッド

定義

エディターの座標で、指定 index された の文字の境界を指定された RectFに設定します。

[Android.Runtime.Register("getCharacterBounds", "(ILandroid/graphics/RectF;)V", "", ApiSince=34)]
public void GetCharacterBounds (int index, Android.Graphics.RectF bounds);
[<Android.Runtime.Register("getCharacterBounds", "(ILandroid/graphics/RectF;)V", "", ApiSince=34)>]
member this.GetCharacterBounds : int * Android.Graphics.RectF -> unit

パラメーター

index
Int32

クエリされた文字のインデックス。

bounds
RectF

結果を RectF 受け取るために使用される 。

属性

注釈

エディターの座標で、指定 index された の文字の境界を指定された RectFに設定します。

android.view.inputmethod.TextBoundsInfo.getCharacterBounds(int, android.graphics.RectF)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象