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