Method PaintSyntax
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
startLineintSpecifies the first line of content to paint.
endLineintSpecifies the last line of content to paint.
positionPointThe Point value that specifies start position to draw content from.
rectRectangleRectangular area of control to draw.
locationPointThe Point value that specifies start position to draw page from.
specialPaintboolReserved for internal use. Used for Print and Print preview.
PaintSyntax(int, int, PointD, RectD, PointD, bool)
public virtual void PaintSyntax(int startLine, int endLine, PointD position, RectD rect, PointD location, bool specialPaint)