'使用法 Dim text As System.String Dim font As System.Drawing.Font Dim instance As New RenderText(text, font)
パラメータ
- text
- Textプロパティに割り当てられた文字列。
- font
- テキストのレンダリングに使用されるフォント。
'使用法 Dim text As System.String Dim font As System.Drawing.Font Dim instance As New RenderText(text, font)