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

ParameterTypeDescription
positionint32_tThe index at which the operation will be inserted.
operationColorTransformOperationOperation type.
parameterfloatOperation’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

ParameterTypeDescription
positionint32_tThe index at which the operation will be inserted.
operationColorTransformOperationOperation type.

Return Value

Inserted operation.

See Also