Update docs

This commit is contained in:
vCaesar 2017-06-30 22:54:07 +08:00
parent 44aca8f2f3
commit 1837bfd69e
2 changed files with 38 additions and 0 deletions

View File

@ -53,6 +53,7 @@
#### [FreeBitmap](#FreeBitmap)
#### [ReadBitmap](#ReadBitmap)
#### [CopyBitpb](#CopyBitpb)
#### [DeepCopyBit](#DeepCopyBit)
## [Event](#Event)
@ -476,6 +477,24 @@ robotgo.ReadBitmap(bitmap)
robotgo.CopyBitpb(bitmap)
```
### <h3 id="DeepCopyBit">.DeepCopyBit(MMBitmapRef)</h3>
DeepCopyBit deep copy bitmap
#### Arguments:
MMBitmapRef
#### Return:
MMBitmapRef
#### Examples:
```Go
robotgo.DeepCopyBit(bitmap)
```
## <h2 id="Event">Event</h2>
### <h3 id="AddEvent">.AddEvent(string)</h3>

View File

@ -55,6 +55,7 @@
#### [FreeBitmap](#FreeBitmap)
#### [ReadBitmap](#ReadBitmap)
#### [CopyBitpb](#CopyBitpb)
#### [DeepCopyBit](#DeepCopyBit)
## [事件](#Event)
@ -490,6 +491,24 @@ robotgo.ReadBitmap(bitmap)
robotgo.CopyBitpb(bitmap)
```
### <h3 id="DeepCopyBit">.DeepCopyBit(MMBitmapRef)</h3>
DeepCopyBit deep copy bitmap
#### 参数:
MMBitmapRef
#### 返回值:
MMBitmapRef
#### 示例:
```Go
robotgo.DeepCopyBit(bitmap)
```
## <h2 id="Event">事件</h2>
### <h3 id="AddEvent">.AddEvent(string)</h3>