ColorOperationCollectionInsert Method (Int32, ColorTransformOperation) |
Inserts the new operation to a collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IColorOperation Insert(
int position,
ColorTransformOperation operation
)
Public Function Insert (
position As Integer,
operation As ColorTransformOperation
) As IColorOperation
public:
virtual IColorOperation^ Insert(
int position,
ColorTransformOperation operation
) sealed
abstract Insert :
position : int *
operation : ColorTransformOperation -> IColorOperation
override Insert :
position : int *
operation : ColorTransformOperation -> IColorOperation
Parameters
- position
- Type: SystemInt32
The index at which the operation will be inserted. - operation
- Type: Aspose.SlidesColorTransformOperation
Operation type.
Return Value
Type:
IColorOperationInserted operation.
Implements
IColorOperationCollectionInsert(Int32, ColorTransformOperation)
See Also