Aspose::Pdf::Rectangle::Join method

Rectangle::Join method

Joins rectangles.

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

ReturnValue

Described rectangle.

See Also