Insert
Insert(int, ColorTransformOperation, float)
将新操作插入集合。
public IColorOperation Insert(int position, ColorTransformOperation operation, float parameter)
参数 | 类型 | 描述 |
---|---|---|
position | Int32 | 将要插入操作的索引。 |
operation | ColorTransformOperation | 操作类型。 |
parameter | Single | 操作的参数。 |
返回值
插入的操作。
另请参见
- 接口 IColorOperation
- 枚举 ColorTransformOperation
- 类 ColorOperationCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
Insert(int, ColorTransformOperation)
将新操作插入集合。
public IColorOperation Insert(int position, ColorTransformOperation operation)
参数 | 类型 | 描述 |
---|---|---|
position | Int32 | 将要插入操作的索引。 |
operation | ColorTransformOperation | 操作类型。 |
返回值
插入的操作。