Textプロパティおよびスタイルを割り当てて、
RenderTextクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As Style _
)
public RenderText(
System.string ,
Style
)
パラメータ
- text
- Textプロパティに割り当てられた文字列。
- style
- 使用する Style( Style.AssignNonInheritedFromメソッドを使って、指定したスタイルを現在のオブジェクトの Styleにコピーします)。
参照