'宣言
Public Function MeasureFontSize( _
ByVal As System.String, _
ByVal As Font, _
ByVal As System.Double _
) As Font
public Font MeasureFontSize(
System.string ,
Font ,
System.double
)
パラメータ
- text
- 描画する文字列。
- font
- 描画用基本フォント。
- width
- 描画する文字列の現在のサイズ(ポイント単位)。
戻り値の型
計算されたフォントサイズを持つ新しい描画フォント。