Table of Contents

Method Paint

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Paint(IPainter, Rectangle, int)

Draws gutter on the specified graphic surface.

public virtual void Paint(IPainter painter, Rectangle rect, int startLine)

Parameters

painter IPainter

Represents IPainter surface to draw on.

rect Rectangle

Rectangular area of gutter to draw.

startLine int

The first display line to draw.

Paint(IPainter, Rectangle)

Draws gutter on the specified graphic surface.

public virtual void Paint(IPainter painter, Rectangle rect)

Parameters

painter IPainter

Represents IPainter surface to draw on.

rect Rectangle

Rectangular area of gutter to draw.