Aspose::Pdf::Rectangle::Join method

Rectangle::Join method

Joins rectangles.

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

ReturnValue

Described rectangle.

See Also