バージョン

ImageAndTextUIElement.MeasureStringDelegate デリゲート

文字列のコールバックを測定するためのデリゲート。これは、自動サイズ計算を使用する必要がある時に使用できますが、最大などを見つけるために複数の文字列で反復する必要があります。
シンタックス
'宣言
 
Public Delegate Function ImageAndTextUIElement.MeasureStringDelegate( _
   ByVal g As Graphics, _
   ByVal f As Font, _
   ByVal sf As StringFormat, _
   ByVal text As String _
) As Size
public delegate Size ImageAndTextUIElement.MeasureStringDelegate( 
   Graphics g,
   Font f,
   StringFormat sf,
   string text
)

パラメータ

g
f
sf
text
参照