Draws the RTF text.
シンタックス
'宣言
Public Overrides Sub DrawRtf( _
ByVal As System.Object, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As Rect, _
ByVal As System.Boolean, _
ByVal As System.Drawing.Color _
)
'使用法
Dim instance As C1ExportGraphicsBase
Dim measurementGraphics 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(measurementGraphics, rtf, firstCharIndex, length, bounds, detectUrls, backColor)
public override void DrawRtf(
System.object ,
System.string ,
System.int ,
System.int ,
Rect ,
System.bool ,
System.Drawing.Color
)
パラメータ
- measurementGraphics
- 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
参照