'宣言 Public Overloads Function AddText( _ ByVal text As System.String, _ ByVal font As System.Drawing.Font _ ) As ParagraphText
public ParagraphText AddText( System.string text, System.Drawing.Font font )
パラメータ
- text
- 追加する文字列。
- font
- 文字列のレンダリングに使用するフォント。
戻り値の型
指定されたテキスト文字列を表すために作成された ParagraphText オブジェクト。