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
painter
IPainterSpecifies
IPainter
object used to draw text and graphic primitives.startLine
intSpecifies first line of content to paint.
rect
RectangleRectangular area of control to draw.
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.