DataGridRectangle.getIntersectionWith

Syntax

getIntersectionWith(rect: PP.Ui.DataGridRectangle);

Parameters

rect. Rectangle checked for intersection.

Description

The getIntersectionWith method returns the common rectangle for two rectangles.

Comments

The method returns value of the PP.Ui.DataGridRectangle type.

If the rectangle intersects the specified rectangle, the method returns null.

Example

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

See also:

DataGridRectangle