Aspose::Pdf::Vector::GraphicElementCollection::Add method

GraphicElementCollection::Add method

Adds a new GraphicElement to the collection. All items in the collection must have the same GraphicElement::Parent.

void Aspose::Pdf::Vector::GraphicElementCollection::Add(const System::SharedPtr<GraphicElement> &item) override
ParameterTypeDescription
itemconst System::SharedPtr<GraphicElement>&IGraphicElement.

See Also