'宣言 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
- A string assigned to the RenderText.Text property.
'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderText(text)
public RenderText( System.string text )