Paint Method
Paint(IPainter, Rectangle, Int32)
When implemented by a class, draws gutter on the specified graphic surface.
Declaration
void Paint(IPainter painter, Rectangle rect, int startLine)
Parameters
| Type | Name | Description |
|---|---|---|
| IPainter | painter | Represents |
| System.Drawing.Rectangle | rect | Rectangular area of gutter to draw. |
| System.Int32 | startLine | The first display line to draw. |
Paint(IPainter, Rectangle)
When implemented by a class, draws gutter on the specified graphic surface.
Declaration
void Paint(IPainter painter, Rectangle rect)
Parameters
| Type | Name | Description |
|---|---|---|
| IPainter | painter | Represents |
| System.Drawing.Rectangle | rect | Rectangular area of gutter to draw. |