このドキュメントのテキストの拡大値(文字の間隔)を測定します。
シンタックス
'宣言
Public Function MeasureExpand( _
ByVal As System.String, _
ByVal As Font, _
ByVal As System.Double _
) As System.Single
public System.float MeasureExpand(
System.string ,
Font ,
System.double
)
パラメータ
- text
- 描画する文字列。
- font
- 描画フォント。
- width
- 描画する文字列の現在のサイズ(ポイント単位)。
戻り値の型
計算された拡大値(文字の間隔)。
参照