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