Insert
Insert(int, ColorTransformOperation, float)
将新操作插入到集合中。
public IColorOperation Insert(int position, ColorTransformOperation operation, float parameter)
参数 | 类型 | 描述 |
---|---|---|
position | Int32 | 操作将插入的索引。 |
operation | ColorTransformOperation | 操作类型。 |
parameter | Single | 操作的参数。 |
返回值
插入的操作。
另见
- interface IColorOperation
- enum ColorTransformOperation
- interface IColorOperationCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Insert(int, ColorTransformOperation)
将新操作插入到集合中。
public IColorOperation Insert(int position, ColorTransformOperation operation)
参数 | 类型 | 描述 |
---|---|---|
position | Int32 | 操作将插入的索引。 |
operation | ColorTransformOperation | 操作类型。 |
返回值
插入的操作。
另见
- interface IColorOperation
- enum ColorTransformOperation
- interface IColorOperationCollection
- namespace Aspose.Slides
- assembly Aspose.Slides