ColorOperationCollectionInsert Method (Int32, ColorTransformOperation, Single) |
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,
float parameter
)
Public Function Insert (
position As Integer,
operation As ColorTransformOperation,
parameter As Single
) As IColorOperation
public:
virtual IColorOperation^ Insert(
int position,
ColorTransformOperation operation,
float parameter
) sealed
abstract Insert :
position : int *
operation : ColorTransformOperation *
parameter : float32 -> IColorOperation
override Insert :
position : int *
operation : ColorTransformOperation *
parameter : float32 -> IColorOperation
Parameters
- position
- Type: SystemInt32
The index at which the operation will be inserted. - operation
- Type: Aspose.SlidesColorTransformOperation
Operation type. - parameter
- Type: SystemSingle
Operation's parameter.
Return Value
Type:
IColorOperationInserted operation.
Implements
IColorOperationCollectionInsert(Int32, ColorTransformOperation, Single)
See Also