Aspose::Pdf::Vector::GraphicElementCollection::Contains метод

GraphicElementCollection::Contains method

Определяет, находится ли элемент в коллекции.

bool Aspose::Pdf::Vector::GraphicElementCollection::Contains(const System::SharedPtr<GraphicElement> &item) const override
ПараметрТипОписание
itemconst System::SharedPtr<GraphicElement>&GraphicElement для поиска.

ReturnValue

True — если элемент найден; иначе — false.

См. также