Method PaintSyntax
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.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
intSpecifies the first line to paint.
endLine
intSpecifies the last line to paint.
position
PointThe Point value that specifies start position to draw lines from.
rect
RectangleRectangular area of
HintSyntaxPaint
to draw.location
PointThe Point value that specifies start position to draw page from.
specialPaint
boolReserved for internal use.