[To be supplied.]
Retrieves the index of the item at the given coordinates.
[Visual Basic] Overloads Public Function IndexFromPoint(Point) As Integer
[C#] public int IndexFromPoint(Point);
[C++] public: int IndexFromPoint(Point);
[JScript] public function IndexFromPoint(Point) : int;
Retrieves the index of the item at the given coordinates.
[Visual Basic] Overloads Public Function IndexFromPoint(Integer, Integer) As Integer
[C#] public int IndexFromPoint(int, int);
[C++] public: int IndexFromPoint(int, int);
[JScript] public function IndexFromPoint(int, int) : int;