Draw Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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 position,
	Range range
)
Visual Basic
Public Overrides Sub Draw ( _
	gr As Graphics, _
	position As Point, _
	range As Range _
)
Visual C++
public:
virtual void Draw(
	Graphics^ gr, 
	Point position, 
	Range^ range
) override

See Also