MeasuredText.GetCharWidthAt(Int32) メソッド

定義

指定したオフセットの文字の幅を返します。

[Android.Runtime.Register("getCharWidthAt", "(I)F", "GetGetCharWidthAt_IHandler", ApiSince=29)]
public virtual float GetCharWidthAt (int offset);
[<Android.Runtime.Register("getCharWidthAt", "(I)F", "GetGetCharWidthAt_IHandler", ApiSince=29)>]
abstract member GetCharWidthAt : int -> single
override this.GetCharWidthAt : int -> single

パラメーター

offset
Int32

文字のオフセット。

戻り値

属性

注釈

指定したオフセットの文字の幅を返します。

android.graphics.text.MeasuredText.getCharWidthAt(int)Java ドキュメント。

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

適用対象