getItemByPoint(x: Number, y: Number, excludeItems: Array || PP.Ui.Control);
x. Horizontal coordinate.
y. Vertical coordinate.
excludeItems. Items to be excluded from the search.
The getItemByPoint method returns panel item by the specified coordinates.
Returned value is a descendant of the class PP.Ui.Control.
The example of method use is given in description of the Panel.toFront method.
See also: