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 virtual void PaintSyntax(int startLine, int endLine, Point position, Rectangle rect, Point location, bool specialPaint)
Parameters
startLineintSpecifies first line to paint.
endLineintSpecifies last line to paint.
positionPointThe Point value that specifies start position to draw from.
rectRectangleRectangular area of
CodeCompletionHintto draw.locationPointThe Point value that specifies start position to draw page from.
specialPaintboolReserved for internal use.