You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
591 B
Markdown

# ImageFileMerge
## 定义
合并图片文件
```CSharp
public void ImageFileMerge(string fileName, bool onBottom,
```
## 请求参数
| 参数 | 类型 | 约束 | 说明 |
| - | - | - | - |
| fileName | string | | 输入文件 |
| onBottom | bool | | 是否插入到最底层 |
| locationX | double | | 起始坐标X |
| locationY | double | | 起始坐标Y |
| endX | double | | 终止坐标X |
| endY | double | | 终止坐标Y |
| layerName | string | | 图层名称 |
## 返回
类型: void
## 请求示例
## 错误处理
## 注意事项