バージョン

CalculateTextSize(ParsedFormattedTextValue,Control,AppearanceData,Boolean,Size) メソッド

ImageAndFormattedTextUIElement によって使用するために単一行のテキスト文字列のサイズを計算します。
シンタックス
'宣言
 
Public Overloads Shared Function CalculateTextSize( _
   ByVal text As ParsedFormattedTextValue, _
   ByVal control As Control, _
   ByRef appearance As AppearanceData, _
   ByVal wrapText As Boolean, _
   ByVal layoutArea As Size _
) As Size
public static Size CalculateTextSize( 
   ParsedFormattedTextValue text,
   Control control,
   ref AppearanceData appearance,
   bool wrapText,
   Size layoutArea
)

パラメータ

text
計測する ParsedFormattedTextValue。
control
基本フォントを取得するコントロール。
appearance
要素のフォント実装を取得するために解決された外観データ構造。
wrapText
テキストを折り返すことができる場合は True。
layoutArea
テキストの限定している領域。

戻り値の型

テキストによって要求されたサイズ。
参照