Add
ImageTransformOperationCollection.Add 方法
将新的图像效果添加到集合的末尾。
public void Add(IImageTransformOperation operation)
参数 | 类型 | 描述 |
---|---|---|
operation | IImageTransformOperation | 要添加到集合末尾的图像效果。 |
将新的图像效果添加到集合的末尾。
public void Add(IImageTransformOperation operation)
参数 | 类型 | 描述 |
---|---|---|
operation | IImageTransformOperation | 要添加到集合末尾的图像效果。 |