Rect QML Type

Wrapper of QRectF utilities More...

Import Statement: import .

Methods

Detailed Description

It is a singleton component

Method Documentation

bool intersects(rect r1, rect r2)

Returns true if this rectangle intersects with the given rectangle (i.e. there is a non-empty area of overlap between them), otherwise returns false.