バージョン

GetStringWidth メソッド (Graphics)

指定したテキスト文字列を計測します。
シンタックス
'宣言
 
Public Function GetStringWidth( _
   ByVal text As System.String _
) As System.Single
public System.float GetStringWidth( 
   System.string text
)

パラメータ

text
計測するテキスト文字列。

戻り値の型

文字列の幅をポイントで返します。
参照

オンラインで表示: GitHub