FlexReport for WinForms
DrawRtf メソッド (C1GdiGraphics)


C1.Win.Document.8 アセンブリ > C1.Win.Document.Util 名前空間 > C1GdiGraphics クラス : DrawRtf メソッド
The RTF text.
The index of first character.
The total number of characters.
The rectangle bounds.
A value indicating whether or not the C1RichText will automatically format a Uniform Resource Locator (URL).
Draws the RTF text.
シンタックス
'宣言
 
Public Overrides Sub DrawRtf( _
   ByVal measureGraphics As System.Object, _
   ByVal rtf As System.String, _
   ByVal firstCharIndex As System.Integer, _
   ByVal length As System.Integer, _
   ByVal bounds As Rect, _
   ByVal detectUrls As System.Boolean, _
   ByVal backColor As System.Drawing.Color _
) 
'使用法
 
Dim instance As C1GdiGraphics
Dim measureGraphics As System.Object
Dim rtf As System.String
Dim firstCharIndex As System.Integer
Dim length As System.Integer
Dim bounds As Rect
Dim detectUrls As System.Boolean
Dim backColor As System.Drawing.Color
 
instance.DrawRtf(measureGraphics, rtf, firstCharIndex, length, bounds, detectUrls, backColor)
public override void DrawRtf( 
   System.object measureGraphics,
   System.string rtf,
   System.int firstCharIndex,
   System.int length,
   Rect bounds,
   System.bool detectUrls,
   System.Drawing.Color backColor
)

パラメータ

measureGraphics
rtf
The RTF text.
firstCharIndex
The index of first character.
length
The total number of characters.
bounds
The rectangle bounds.
detectUrls
A value indicating whether or not the C1RichText will automatically format a Uniform Resource Locator (URL).
backColor
参照

参照

C1GdiGraphics クラス
C1GdiGraphics メンバ