Insert
Contents
[
Hide
]Insert(int, ColorTransformOperation, float)
Inserts the new operation to a collection.
public IColorOperation Insert(int position, ColorTransformOperation operation, float parameter)
Parameter | Type | Description |
---|---|---|
position | Int32 | The index at which the operation will be inserted. |
operation | ColorTransformOperation | Operation type. |
parameter | Single | Operation’s parameter. |
Return Value
Inserted operation.
See Also
- interface IColorOperation
- enum ColorTransformOperation
- class ColorOperationCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Insert(int, ColorTransformOperation)
Inserts the new operation to a collection.
public IColorOperation Insert(int position, ColorTransformOperation operation)
Parameter | Type | Description |
---|---|---|
position | Int32 | The index at which the operation will be inserted. |
operation | ColorTransformOperation | Operation type. |
Return Value
Inserted operation.
See Also
- interface IColorOperation
- enum ColorTransformOperation
- class ColorOperationCollection
- namespace Aspose.Slides
- assembly Aspose.Slides