Text プロパティ、およびフォントを割り当てて、
RenderText クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Drawing.Font _
)
public RenderText(
System.string ,
System.Drawing.Font
)
パラメータ
- text
- Text プロパティに割り当てられた文字列。
- font
- テキストのレンダリングに使用されるフォント。
参照