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
startLine
intSpecifies first line of content to paint.
rect
RectangleRectangular area of control to draw.
clipRect
RectangleRectangular area of control to clip after drawing.
origin
PointscaleX
floatHorizontal scale of the transformation.
scaleY
floatVertical scale of the transformation.
specialPaint
boolReserved for internal use. Used for Print and Print preview.
inPrinting
boolReserved for internal use. Used for Print and Print preview.