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