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
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
Insert(int, ColorTransformOperation)
将新操作插入到集合中。
public IColorOperation Insert(int position, ColorTransformOperation operation)
范围 | 类型 | 描述 |
---|---|---|
position | Int32 | 插入操作的索引。 |
operation | ColorTransformOperation | 操作类型。 |
返回值
插入操作。
也可以看看
- interface IColorOperation
- enum ColorTransformOperation
- interface IColorOperationCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides