指定した色、フォント、配置を使用して、指定したテキストを RTF 文字列に付加します。RTF 描画では透明な色を 使用できません。
シンタックス
'宣言
Public Overloads Sub AppendRtfText( _
ByVal As System.String, _
ByVal As System.Drawing.Color, _
ByVal As System.Drawing.Font, _
ByVal As System.Windows.Forms.HorizontalAlignment _
)
public void AppendRtfText(
System.string ,
System.Drawing.Color ,
System.Drawing.Font ,
System.Windows.Forms.HorizontalAlignment
)
パラメータ
- Text
- 既存の RTF に付加されるテキスト文字列。
- Color
- 付加されたテキストの ForeColor。
- Font
- 付加されたテキストのフォント。
- Align
- 付加されたテキストの配置。
参照