Table of Contents

Method PaintSyntax

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

PaintSyntax(int, int, Point, Rectangle, Point, bool)

Perform syntax painting of the control on the graphic surface.

public virtual void PaintSyntax(int startLine, int endLine, Point position, Rectangle rect, Point location, bool specialPaint)

Parameters

startLine int

Specifies the first line of content to paint.

endLine int

Specifies the last line of content to paint.

position Point

The Point value that specifies start position to draw content from.

rect Rectangle

Rectangular area of control to draw.

location Point

The Point value that specifies start position to draw page from.

specialPaint bool

Reserved for internal use. Used for Print and Print preview.