Input for WinForms
MeasureText(String,Boolean,Int32,Int32,Int32) メソッド

C1.Win.8 アセンブリ > C1.Util 名前空間 > FontSubSet クラス > MeasureText メソッド : MeasureText(String,Boolean,Int32,Int32,Int32) メソッド
テキスト文字列。
垂直フォントを使用しているかどうか。
計算されたテキストの幅を出力します。
計算されたテキストの高さを出力します。
所定の文字のデフォルトの幅。
このフォントサブセットに対してテキストを測定します。
シンタックス
'宣言
 
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 を返します。
参照

FontSubSet クラス
FontSubSet メンバ
オーバーロード一覧