Update doc

This commit is contained in:
vCaesar 2016-10-20 19:57:28 +08:00
parent 9ab2e13551
commit 1551b018d4
2 changed files with 123 additions and 0 deletions

62
doc.md
View File

@ -25,6 +25,11 @@
##Bitmap
This is a work in progress.
FindBitmap
OpenBitmap
SaveBitmap
TostringBitmap
##Keyboard
###.SetKeyboardDelay(ms)
@ -223,3 +228,60 @@ robotgo.ScrollMouse(50, "down");
##Bitmap
This is a work in progress.
###.FindBitmap
find bitmap.
####Arguments:
bitmap
####Return:
Returns a position x and y
###.OpenBitmap
open bitmap .
####Arguments:
bitmap image path
####Return:
Returns a bitmap
###.SaveBitmap
save a image with bitmap.
####Arguments:
bitmap,
path,
imagetype(int)
####Return:
Returns a imgage
###.TostringBitmap
bitmap to string .
####Arguments:
bitmap
####Return:
Returns a sting bitmap

View File

@ -25,6 +25,11 @@
##位图
This is a work in progress.(工作正在进行中)
FindBitmap
OpenBitmap
SaveBitmap
TostringBitmap
##键盘
###.SetKeyboardDelay(ms)
@ -242,4 +247,60 @@ robotgo.ScrollMouse(50, "down");
This is a work in progress.
###.FindBitmap
find bitmap.
####Arguments:
bitmap
####Return:
Returns a position x and y
###.OpenBitmap
open bitmap .
####Arguments:
bitmap image path
####Return:
Returns a bitmap
###.SaveBitmap
save a image with bitmap.
####Arguments:
bitmap,
path,
imagetype(int)
####Return:
Returns a imgage
###.TostringBitmap
bitmap to string .
####Arguments:
bitmap
####Return:
Returns a sting bitmap