Remove()
ImageTransformOperationCollection::Remove(const System::SharedPtr<IImageTransformOperation>&) method
Removes the first occurrence of a specific object from the ICollection.
bool Aspose::Slides::Effects::ImageTransformOperationCollection::Remove(const System::SharedPtr<IImageTransformOperation> &item) override
Arguments
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<IImageTransformOperation>& | The object to remove from the ICollection. |
Return Value
true if item was successfully removed from the ICollection; otherwise, false. This method also returns false if item is not found in the original ICollection.
See Also
- Typedef SharedPtr
- Class IImageTransformOperation
- Class ImageTransformOperationCollection
- Namespace Aspose::Slides::Effects
- Library Aspose.Slides