PrintDocument for WinForms
RenderText コンストラクタ(String,Font)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderText クラス > RenderText コンストラクタ : RenderText コンストラクタ(String,Font)
Textプロパティに割り当てられた文字列。
テキストのレンダリングに使用されるフォント。
Textプロパティ、およびフォントを割り当てて、 RenderTextクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal font As System.Drawing.Font _
)
'使用法
 
Dim text As System.String
Dim font As System.Drawing.Font
 
Dim instance As New RenderText(text, font)
public RenderText( 
   System.string text,
   System.Drawing.Font font
)

パラメータ

text
Textプロパティに割り当てられた文字列。
font
テキストのレンダリングに使用されるフォント。
参照

RenderText クラス
RenderText メンバ
オーバーロード一覧