Renders given range of text
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public abstract void Draw( Graphics gr, Point position, Range range ) |
Visual Basic |
---|
Public MustOverride Sub Draw ( _ gr As Graphics, _ position As Point, _ range As Range _ ) |
Visual C++ |
---|
public: virtual void Draw( Graphics^ gr, Point position, Range^ range ) abstract |
Parameters
- gr
- Type: System.Drawing..::..Graphics
Graphics object
- position
- Type: System.Drawing..::..Point
Position of the range in absolute control coordinates
- range
- Type: FastColoredTextBoxNS..::..Range
Rendering range of text