intersects_with method
intersects_with
Determines if this rectangle intersects with rect.
Returns
This method returns true if there is any intersection.
def intersects_with(self, rect):
...
| Parameter | Type | Description |
|---|---|---|
| rect | RectangleF | The rectangle to test. |
See Also
- module
aspose.cad - class
RectangleF