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