Method PaintWindow
PaintWindow(IPainter, int, Rectangle, Point, float, float, bool, bool)
When implemented by a class, paints editor's content.
void PaintWindow(IPainter painter, int startLine, Rectangle rect, Point location, float scaleX, float scaleY, bool specialPaint, bool inPrinting)
Parameters
painterIPainterSpecifies
IPainterobject used to draw text and graphic primitives.startLineintSpecifies first line of content to paint.
rectRectangleRectangular area of control to draw.
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.