'宣言
Public Overloads Function MeasureString( _
ByVal As System.String, _
ByVal As Font, _
ByVal As System.Double, _
ByVal As StringFormat _
) As System.Windows.Size
public System.Windows.Size MeasureString(
System.string ,
Font ,
System.double ,
StringFormat
)
パラメータ
- text
- 描画する文字列。
- font
- 描画フォント。
- width
- 描画する幅。デフォルトの場合は -1。
- sf
- 描画する文字列書式。
戻り値の型
font パラメータを使用して描画するように指定された文字列のサイズ(ピクセル単位)。