Insert()
IColorOperationCollection::Insert(int32_t, ColorTransformOperation, float) method
Inserts the new operation to a collection.
virtual System::SharedPtr<IColorOperation> Aspose::Slides::IColorOperationCollection::Insert(int32_t position, ColorTransformOperation operation, float parameter)=0
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.
IColorOperationCollection::Insert(int32_t, ColorTransformOperation) method
Inserts the new operation to a collection.
virtual System::SharedPtr<IColorOperation> Aspose::Slides::IColorOperationCollection::Insert(int32_t position, ColorTransformOperation operation)=0
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 IColorOperationCollection
- Namespace Aspose::Slides
- Library Aspose.Slides