Method PaintWindow
PaintWindow(int, Rectangle, Rectangle, Point, float, float, bool, bool)
When implemented by a class, paints editor's content.
void PaintWindow(int startLine, Rectangle rect, Rectangle clipRect, Point origin, float scaleX, float scaleY, bool specialPaint, bool inPrinting)
Parameters
startLineintSpecifies first line of content to paint.
rectRectangleRectangular area of control to draw.
clipRectRectangleRectangular area of control to clip after drawing.
originPointscaleXfloatHorizontal scale of the transformation.
scaleYfloatVertical scale of the transformation.
specialPaintboolReserved for internal use. Used for Print and Print preview.
inPrintingboolReserved for internal use. Used for Print and Print preview.