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