







Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public override void Draw( Graphics gr, Point pos, Range range ) |
Visual Basic |
---|
Public Overrides Sub Draw ( _ gr As Graphics, _ pos As Point, _ range As Range _ ) |
Visual C++ |
---|
public: virtual void Draw( Graphics^ gr, Point pos, Range^ range ) override |
Parameters
- gr
- Type: System.Drawing..::..Graphics
- pos
- Type: System.Drawing..::..Point
- range
- Type: FastColoredTextBoxNS..::..Range