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

C1.Win.4.8 アセンブリ > C1.Util 名前空間 > FontSubSet クラス > MeasureText メソッド : MeasureText(String,Boolean,Int32,Int32,Int32) メソッド
The text string.
Whether using a vertical font.
Output calculated width of the text.
Output calculated height of the text.
The default width of some character.
Measure text for this font subset.
シンタックス
'宣言
 
Public Overloads Function MeasureText( _
   ByVal text As String, _
   ByVal vertical As Boolean, _
   ByRef width As Integer, _
   ByRef height As Integer, _
   Optional ByVal defaultWidth As Integer _
) As Integer
public int MeasureText( 
   string text,
   bool vertical,
   out int width,
   out int height,
   int defaultWidth
)

パラメータ

text
The text string.
vertical
Whether using a vertical font.
width
Output calculated width of the text.
height
Output calculated height of the text.
defaultWidth
The default width of some character.

戻り値の型

If calculated then return true, otherwise false.
参照

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