Aspose::Pdf::Vector::GraphicElementCollection class

GraphicElementCollection class

Represents GraphicElement collection.

class GraphicElementCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Vector::GraphicElement>>

Methods

MethodDescription
Add(const System::SharedPtr<GraphicElement>&) overrideAdds a new GraphicElement to the collection. All items in the collection must have the same GraphicElement::Parent.
Clear() overrideClears the collection.
Contains(const System::SharedPtr<GraphicElement>&) const overrideDetermines whether an element is in the collection.
CopyTo(System::ArrayPtr<System::SharedPtr<GraphicElement>>, int32_t) overrideCopies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
get_Count() const overrideGets the number of GraphicElement object elements actually contained in the collection.
GetEnumerator() overrideReturns an enumerator for the entire collection.
GraphicElementCollection()Initializes the new collection.
idx_get(int32_t)Gets the GraphicElement element at the specified index.
Remove(const System::SharedPtr<GraphicElement>&) overrideDeletes the GraphicElement element.
ToString() const overrideGets a string representation of this collection.

See Also