mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update docs
This commit is contained in:
parent
44aca8f2f3
commit
1837bfd69e
19
docs/doc.md
19
docs/doc.md
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user