BubbleTree.isPointOut

Syntax

isPointOut(x: Number, y: Number);

Parameters

x. X coordinate.

y. Y coordinate.

Description

The isPointOut method indicates if the point with specified coordinates is located outside of the bubble tree borders.

Comments

This method returns a Boolean value.

Example

The example of use is given in the page with description of the BubbleTree.Alignment property.

See also:

BubbleTree