Aspose::Pdf::Rectangle::IsIntersect method
Rectangle::IsIntersect method
Determines whether this rectangle intersects with other rectangle.
bool Aspose::Pdf::Rectangle::IsIntersect(const System::SharedPtr<Rectangle> &otherRect)
| Parameter | Type | Description |
|---|---|---|
| otherRect | const System::SharedPtr<Rectangle>& | Intersection will be tested with specified rectangle. |
ReturnValue
True if this rectangle intersects with specified rectangle. Otherwise false.
See Also
- Typedef SharedPtr
- Class Rectangle
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++