[]
        
(Showing Draft Content)

C1.Document.Util.C1HtmlGraphics.DrawRtf

DrawRtf Method

DrawRtf(object, string, int, int, Rect, bool, Color)

Draws the RTF text.

Declaration
public override void DrawRtf(object measurementGraphics, string rtf, int firstCharIndex, int length, Rect bounds, bool detectUrls, Color backColor)
Public Overrides Sub DrawRtf(measurementGraphics As Object, rtf As String, firstCharIndex As Integer, length As Integer, bounds As Rect, detectUrls As Boolean, backColor As Color)
Parameters
Type Name Description
object measurementGraphics
string rtf

The RTF text.

int firstCharIndex

The index of first character.

int length

The total number of characters.

Rect bounds

The rectangle bounds.

bool detectUrls

A value indicating whether or not the C1RichText will automatically format a Uniform Resource Locator (URL).

Color backColor
Overrides