Method Paint
Paint(IPainter, Rectangle, int)
Draws gutter on the specified graphic surface.
public virtual 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)
Draws gutter on the specified graphic surface.
public virtual void Paint(IPainter painter, Rectangle rect)