Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
F1ReKing committed Dec 20, 2019
2 parents a8a4175 + a394c0a commit 7ee3178
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
| backColor | color | 背板颜色 | 0xFFFFFFFF |
| penWidth | int | 画笔大小 | 10 |

### api:
| 方法 | 描述 | 参数说明 |
| --------------- | --------- | --------------- |
| void clear() | 清空签名 | |
| void save(String path, boolean clearBlank, int blank) | 保存图片 | path:保存的地址;clearBlank:是否清除空白区域;blank:空白区域留空距离; |
| void getSavePath() | 获取保存路径 | |

## License

```
Expand Down

0 comments on commit 7ee3178

Please sign in to comment.