TextBoundsInfo.GetCharacterBounds(Int32, RectF) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エディターの座標で、指定した 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に設定します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。