Panel.getItemByPoint

Syntax

getItemByPoint(x: Number, y: Number, excludeItems: Array || PP.Ui.Control);

Parameters

x. Horizontal coordinate.

y. Vertical coordinate.

excludeItems. Items to be excluded from the search.

Description

The getItemByPoint method returns panel item by the specified coordinates.

Comments

Returned value is a descendant of the class PP.Ui.Control.

Example

The example of method use is given in description of the Panel.toFront method.

See also:

Panel