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


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

パラメータ

text
A string assigned to the RenderText.Text property.
parentStyle
The style assigned to the Style.Parent property of the current object's style.
ambientParentStyle
The style assigned to the Style.AmbientParent property of the current object's style.
参照

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