Aspose::Pdf::Rectangle::Intersect method

Rectangle::Intersect method

Intersects to rectangles.

System::SharedPtr<Rectangle> Aspose::Pdf::Rectangle::Intersect(const System::SharedPtr<Rectangle> &otherRect)
ParameterTypeDescription
otherRectconst System::SharedPtr<Rectangle>&Rectangle to which this recatangle be intersected.

ReturnValue

Intersection of rectangles; null if rectangles are not intersected.

See Also