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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderText クラス > RenderText コンストラクタ : RenderText コンストラクタ(String,Style)
A string assigned to the RenderText.Text property.
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
Initializes a new instance of the RenderText class, assigning the RenderText.Text property and style.
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal style As Style _
)
'使用法
 
Dim text As System.String
Dim style As Style
 
Dim instance As New RenderText(text, style)
public RenderText( 
   System.string text,
   Style style
)

パラメータ

text
A string assigned to the RenderText.Text property.
style
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
参照

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