バージョン

GetStringSizePixels メソッド

一定のテキスト文字列のサイズを計算します。
シンタックス
'宣言
 
Public Shared Function GetStringSizePixels( _
   ByVal text As String, _
   ByVal fontFamily As FontFamily, _
   ByVal fontSize As Double, _
   ByVal fontStretch As FontStretch, _
   ByVal fontStyle As FontStyle, _
   ByVal fontWeight As FontWeight _
) As Size
public static Size GetStringSizePixels( 
   string text,
   FontFamily fontFamily,
   double fontSize,
   FontStretch fontStretch,
   FontStyle fontStyle,
   FontWeight fontWeight
)

パラメータ

text
テキスト文字列を設定します。
fontFamily
フォント ファミリ。
fontSize
フォント サイズ。
fontStretch
フォントの拡大。
fontStyle
フォント スタイル。
fontWeight
フォントの太さ。

戻り値の型

測定された文字列のサイズ。
参照