ParagraphText クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Drawing.Font _
)
public ParagraphText(
System.string ,
System.Drawing.Font
)
パラメータ
- text
- この ParagraphText オブジェクトのテキスト。
- font
- この ParagraphText オブジェクトに使用するフォント。
参照