Method PaintWindow
PaintWindow(int, Rectangle, Rectangle, Point, float, float, bool, bool)
When implemented by a class, paints editor's content.
public virtual void PaintWindow(int startLine, Rectangle rect, Rectangle clipRect, Point location, 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 draw in.
location
PointThe Point value that specifies start position to draw content from.
scaleX
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.