Method Paint
Paint(IPainter, Rectangle, int)
When implemented by a class, draws gutter on the specified graphic surface.
void Paint(IPainter painter, Rectangle rect, int startLine)
Parameters
painter
IPainterRepresents
IPainter
surface to draw on.rect
RectangleRectangular area of gutter to draw.
startLine
intThe first display line to draw.
Paint(IPainter, Rectangle)
When implemented by a class, draws gutter on the specified graphic surface.
void Paint(IPainter painter, Rectangle rect)