DataGridRectangle.intersects

Syntax

intersects(rect: PP.Ui.DataGridRectangle);

Parameters

rect. Rectangle checked for intersection.

Description

The intersects method returns whether the rectangle intersects the specified rectangle.

Comments

The method returns value of the Boolean type.

Available values:

Example

The example of use is given on the page with description of the DataGridRectangle class constructor.

See also:

DataGridRectangle