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
startLineintSpecifies first line of content to paint.
rectRectangleRectangular area of control to draw.
clipRectRectangleRectangular area of control to draw in.
locationPointThe Point value that specifies start position to draw content from.
scaleXfloatHorizontal 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.
PaintWindow(int, RectD, RectD, PointD, float, float, bool, bool)
public virtual void PaintWindow(int startLine, RectD rect, RectD clipRect, PointD location, float scaleX, float scaleY, bool specialPaint, bool inPrinting)