Insert()
ColorOperationCollection::Insert(int32_t, ColorTransformOperation, float) method
Inserts the new operation to a collection.
System::SharedPtr<IColorOperation> Aspose::Slides::ColorOperationCollection::Insert(int32_t position, ColorTransformOperation operation, float parameter) override
Arguments
Parameter | Type | Description |
---|---|---|
position | int32_t | The index at which the operation will be inserted. |
operation | ColorTransformOperation | Operation type. |
parameter | float | Operation’s parameter. |
Return Value
Inserted operation.
ColorOperationCollection::Insert(int32_t, ColorTransformOperation) method
Inserts the new operation to a collection.
System::SharedPtr<IColorOperation> Aspose::Slides::ColorOperationCollection::Insert(int32_t position, ColorTransformOperation operation) override
Arguments
Parameter | Type | Description |
---|---|---|
position | int32_t | The index at which the operation will be inserted. |
operation | ColorTransformOperation | Operation type. |
Return Value
Inserted operation.
See Also
- Enum ColorTransformOperation
- Typedef SharedPtr
- Class IColorOperation
- Class ColorOperationCollection
- Namespace Aspose::Slides
- Library Aspose.Slides