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