バージョン

GetPreferredSize(Font,Graphics) メソッド

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

パラメータ

sizeFont
フォントのサイズ。
g
System.Drawing.Graphics

戻り値の型

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