Table of Contents

Method PaintSyntax

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v10.dll

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

Paints a specified part of the hint control.

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

Parameters

startLine int

Specifies the first line to paint.

endLine int

Specifies the last line to paint.

position Point

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

rect Rectangle

Rectangular area of HintSyntaxPaint to draw.

location Point

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

specialPaint bool

Reserved for internal use.

PaintSyntax(int, int, PointD, RectD, PointD, bool)

public override void PaintSyntax(int startLine, int endLine, PointD position, RectD rect, PointD location, bool specialPaint)

Parameters

startLine int
endLine int
position PointD
rect RectD
location PointD
specialPaint bool