'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderText(text)
public RenderText( System.string text )
パラメータ
- text
 - Textプロパティに割り当てられた文字列。
 
'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderText(text)
public RenderText( System.string text )