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)
ParameterTypeDescription
otherRectconst System::SharedPtr<Rectangle>&Intersection will be tested with specified rectangle.

ReturnValue

True if this rectangle intersects with specified rectangle. Otherwise false.

See Also