'使用法 Dim text As System.String Dim style As Style Dim instance As New RenderText(text, style)
パラメータ
- text
 - Textプロパティに割り当てられた文字列。
 - style
 - 使用する Style( Style.AssignNonInheritedFromメソッドを使って、指定したスタイルを現在のオブジェクトの Styleにコピーします)。
 
'使用法 Dim text As System.String Dim style As Style Dim instance As New RenderText(text, style)