DrFont.GetTextWidthPoints

GetTextWidthPoints(string)

テキスト幅ポイントを取得します。

public float GetTextWidthPoints(string text)
パラメータタイプ説明
textString計算するテキスト。

戻り値

幅を返す

関連項目


GetTextWidthPoints(string, int, int)

テキスト幅ポイントを取得します。

public float GetTextWidthPoints(string text, int startIndex, int charCount)
パラメータタイプ説明
textString計算するテキスト。
startIndexInt32開始インデックス。
charCountInt32文字数。

戻り値

幅を返す

関連項目