'使用法 Dim text As System.String Dim font As System.Drawing.Font Dim instance As New RenderText(text, font)
パラメータ
- text
- A string assigned to the RenderText.Text property.
- font
- The font used to render the text.
'使用法 Dim text As System.String Dim font As System.Drawing.Font Dim instance As New RenderText(text, font)