バージョン

MeasureString(Graphics,String,Font,Int32,StringFormat,EmbeddableEditorOwnerBase,Object) メソッド

TextRendererクラスの MeasureText メソッドを折り返します。
シンタックス
'宣言
 
Public Overloads Shared Function MeasureString( _
   ByVal gr As Graphics, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal width As Integer, _
   ByVal stringFormat As StringFormat, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object _
) As SizeF
public static SizeF MeasureString( 
   Graphics gr,
   string text,
   Font font,
   int width,
   StringFormat stringFormat,
   EmbeddableEditorOwnerBase owner,
   object ownerContext
)

パラメータ

gr
グラフィックスオブジェクト
text
測定するテキスト。
font
測定に使用するフォント
width
サイズ計算時の幅の上限。
stringFormat
サイズ計算に使用するStringFormat
owner
埋め込み可能なエディターオーナー。
ownerContext
埋め込み可能なエディターオーナーコンテキスト。

戻り値の型

テキストの描画に必要なサイズを表す SizeF 構造体。
参照