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に設定します。

Javaドキュメント。

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

適用対象