バージョン

GetBestFitString メソッド

境界長方形での特定の文字列の最適な収まりを返します。
シンタックス
'宣言
 
Public Shared Function GetBestFitString( _
   ByVal text As String, _
   ByVal font As Font, _
   ByRef bounds As Rectangle, _
   ByVal format As StringFormat _
) As String
public static string GetBestFitString( 
   string text,
   Font font,
   ref Rectangle bounds,
   StringFormat format
)

パラメータ

text
特定のテキスト文字列
font
特定のフォント
bounds
境界長方形
format
文字列の書式

戻り値の型

境界長方形での特定の文字列の最適な収まり。
参照