Method GetPageAtPoint
GetPageAtPoint(Point)
When implemented by a class, finds page at specified screen position.
IEditPage GetPageAtPoint(Point position)
Parameters
position
PointPosition in screen coordinates to obtain the page.
Returns
- IEditPage
IEditPage
containing specified position.
GetPageAtPoint(int, int)
When implemented by a class, finds page at specified screen position.
IEditPage GetPageAtPoint(int x, int y)
Parameters
x
intX-coordinate of the position (in screen coordinates) to find the page.
y
intY-coordinate of the position (in screen coordinates) to find the page.
Returns
- IEditPage
IEditPage
containing specified position.