Table of Contents

Method GetPageIndexAt

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

GetPageIndexAt(Point)

When implemented by a class, finds page at specified display position.

int GetPageIndexAt(Point position)

Parameters

position Point

Position in display coordinates to obtain the page.

Returns

int

Ordinal number of found page within the collection.

GetPageIndexAt(int, int)

When implemented by a class, finds page at specified display position.

int GetPageIndexAt(int x, int y)

Parameters

x int

X-coordinate of the position (in display coordinates) to find the page.

y int

Y-coordinate of the position (in display coordinates) to find the page.

Returns

int

Ordinal number of found page within the collection.