From 1837bfd69e5f58ff2e5ecaee84b06096572a950a Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 30 Jun 2017 22:54:07 +0800 Subject: [PATCH] Update docs --- docs/doc.md | 19 +++++++++++++++++++ docs/doc_zh.md | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/docs/doc.md b/docs/doc.md index f1a8943..1daa0b8 100644 --- a/docs/doc.md +++ b/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) ``` +###

.DeepCopyBit(MMBitmapRef)

+ + DeepCopyBit deep copy bitmap + +#### Arguments: + + MMBitmapRef + +#### Return: + + MMBitmapRef + +#### Examples: + +```Go +robotgo.DeepCopyBit(bitmap) +``` + ##

Event

###

.AddEvent(string)

diff --git a/docs/doc_zh.md b/docs/doc_zh.md index 21bdf23..9c97c55 100644 --- a/docs/doc_zh.md +++ b/docs/doc_zh.md @@ -55,6 +55,7 @@ #### [FreeBitmap](#FreeBitmap) #### [ReadBitmap](#ReadBitmap) #### [CopyBitpb](#CopyBitpb) +#### [DeepCopyBit](#DeepCopyBit) ## [事件](#Event) @@ -490,6 +491,24 @@ robotgo.ReadBitmap(bitmap) robotgo.CopyBitpb(bitmap) ``` +###

.DeepCopyBit(MMBitmapRef)

+ + DeepCopyBit deep copy bitmap + +#### 参数: + + MMBitmapRef + +#### 返回值: + + MMBitmapRef + +#### 示例: + +```Go +robotgo.DeepCopyBit(bitmap) +``` + ##

事件

###

.AddEvent(string)