バージョン

GetPreferredSize(Font,Boolean,Graphics) メソッド

ImageAndTextUIElementによって使用するために単一行のテキスト文字列のサイズを計算します。
シンタックス
'宣言
 
Public Overloads Function GetPreferredSize( _
   ByVal sizeFont As Font, _
   ByVal includeImageHeight As Boolean, _
   ByVal g As Graphics _
) As Size
public Size GetPreferredSize( 
   Font sizeFont,
   bool includeImageHeight,
   Graphics g
)

パラメータ

sizeFont
フォントのサイズ。
includeImageHeight
イメージの高さを考慮するかどうかを指定します。
g
System.Drawing.Graphics

戻り値の型

正しく描画するために必要な System.Drawing.Size 要素
参照