intersects(rect: PP.Ui.DataGridRectangle);
rect. Rectangle checked for intersection.
The intersects method returns whether the rectangle intersects the specified rectangle.
The method returns value of the Boolean type.
Available values:
true. The rectangle intersects the specified rectangle.
false. The rectangle does not intersect the specified rectangle.
The example of use is given on the page with description of the DataGridRectangle class constructor.
See also: