FastColoredTextBoxNS.Style.Draw C# (CSharp) Method

Draw() public abstract method

Renders given range of text
public abstract Draw ( Graphics gr, Point position, Range range ) : void
gr System.Drawing.Graphics Graphics object
position Point Position of the range in absolute control coordinates
range Range Rendering range of text
return void
        public abstract void Draw(Graphics gr, Point position, Range range);