[]
        
(Showing Draft Content)

C1.Win.Drawing.StringRendererGDIPlus

StringRendererGDIPlus Class

Provides methods used to measure and render text using GDI plus.

Inheritance
StringRendererGDIPlus
Namespace: C1.Win.Drawing
Assembly: C1.Win.4.8.dll
Syntax
public class StringRendererGDIPlus : StringRendererBase

Constructors

Name Description
StringRendererGDIPlus()

Methods

Name Description
HighlightSubstring(Graphics, Font, StringFormat, Brush, Rectangle, string, Brush, IList<CharacterRange>)

Draws text and highlight a parts of that text with a special background.

HighlightSubstring(Graphics, Font, StringFormat, Brush, Rectangle, string, Brush, string, int)

Draws text and highlight a part of that text with a special background.

MeasureSubstring(Graphics, Font, StringFormat, Rectangle, string, IList<CharacterRange>)

Gets the bounds for displaying the part of this text.

MeasureSubstring(Graphics, Font, StringFormat, Rectangle, string, int, int)

Gets the bounds for displaying the part of this text.

MeasureSubstring(Graphics, Font, StringFormat, Rectangle, string, string, int)

Gets the bounds for displaying the part of this text.