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
painterIPainterRepresents
IPaintersurface to draw on.rectRectangleRectangular area of gutter to draw.
startLineintThe 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)