IntersectsWith()
Rectangle::IntersectsWith(const Rectangle&) method
Determines if the rectangles represented by the current and specified objects intesect.
bool System::Drawing::Rectangle::IntersectsWith(const Rectangle &rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | const Rectangle& | The rectangle to check |
Return Value
True if the rectangles represented by the current object and rect intersect, otherwise - false
See Also
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Slides