'宣言 Public Overloads Function MeasureText( _ ByVal text As System.String, _ ByVal vertical As System.Boolean, _ ByRef width As System.Integer, _ ByRef height As System.Integer, _ Optional ByVal defaultWidth As System.Integer _ ) As System.Integer
public System.int MeasureText( System.string text, System.bool vertical, out System.int width, out System.int height, System.int defaultWidth )
パラメータ
- text
- テキスト文字列。
- vertical
- 垂直フォントを使用しているかどうか。
- width
- 計算されたテキストの幅を出力します。
- height
- 計算されたテキストの高さを出力します。
- defaultWidth
- 所定の文字のデフォルトの幅。
戻り値の型
計算された場合は true、そうでない場合は false を返します。