Table of Contents

Method Paint

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

Paint(IPainter, Rectangle, int, int, bool)

When implemented by a class, draws page header/footer on the specified graphic surface.

void Paint(IPainter painter, Rectangle rect, int pageIndex, int pageCount, bool pageNumbers)

Parameters

painter IPainter

Represents IPainter surface to draw on.

rect Rectangle

Rectangular area of header/footer to draw on.

pageIndex int

Index of page which header/footer is drawing.

pageCount int

Total number of pages.

pageNumbers bool

Specifies whether header/footer should draw page number.