Table of Contents

Method GetPageAt

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

GetPageAt(Point)

Finds page at specified display position.

public virtual IEditPage GetPageAt(Point position)

Parameters

position Point

Position in display coordinates to obtain the page.

Returns

IEditPage

IEditPage found.

GetPageAt(int, int)

Finds page at specified display position.

public virtual IEditPage GetPageAt(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

IEditPage

IEditPage containing specified position.