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

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

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

Return Value

Inserted operation.

See Also