Method GetPageIndexAtPoint
GetPageIndexAtPoint(Point)
When implemented by a class, finds page at specified screen position.
int GetPageIndexAtPoint(Point position)
Parameters
positionPointPosition in screen coordinates to obtain the page.
Returns
- int
Ordinal number of found page within the collection.
GetPageIndexAtPoint(int, int)
When implemented by a class, finds page at specified screen position.
int GetPageIndexAtPoint(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
- int
Ordinal number of found page within the collection.