Table of Contents

Method GetPageAtPoint

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

GetPageAtPoint(Point)

Finds page at specified screen position.

public virtual IEditPage GetPageAtPoint(Point position)

Parameters

position Point

Position in screen coordinates to obtain the page.

Returns

IEditPage

IEditPage containing specified position.

GetPageAtPoint(int, int)

Finds page at specified screen position.

public virtual IEditPage GetPageAtPoint(int x, int y)

Parameters

x int

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

y int

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

Returns

IEditPage

IEditPage containing specified position.

GetPageAtPoint(PointD)

public virtual IEditPage GetPageAtPoint(PointD position)

Parameters

position PointD

Returns

IEditPage

GetPageAtPoint(double, double)

public virtual IEditPage GetPageAtPoint(double x, double y)

Parameters

x double
y double

Returns

IEditPage