Method GetPageAtPoint
GetPageAtPoint(Point)
Finds page at specified screen position.
public virtual IEditPage GetPageAtPoint(Point position)
Parameters
positionPointPosition in screen coordinates to obtain the page.
Returns
- IEditPage
IEditPagecontaining specified position.
GetPageAtPoint(int, int)
Finds page at specified screen position.
public virtual IEditPage GetPageAtPoint(int x, int y)
Parameters
xintX-coordinate of the position (in screen coordinates) to find the page.
yintY-coordinate of the position (in screen coordinates) to find the page.
Returns
- IEditPage
IEditPagecontaining specified position.
GetPageAtPoint(PointD)
public virtual IEditPage GetPageAtPoint(PointD position)
Parameters
positionPointD
Returns
GetPageAtPoint(double, double)
public virtual IEditPage GetPageAtPoint(double x, double y)