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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderText クラス > RenderText コンストラクタ : RenderText コンストラクタ(String,Font)
A string assigned to the RenderText.Text property.
The font used to render the text.
Initializes a new instance of the RenderText class, assigning the RenderText.Text property and font.
シンタックス
'宣言
 
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
A string assigned to the RenderText.Text property.
font
The font used to render the text.
参照

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