mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-05 00:03:55 +00:00
Update doc
This commit is contained in:
parent
ffd5bbb619
commit
43e5cb2165
62
doc.md
62
doc.md
@ -25,6 +25,11 @@
|
|||||||
##Bitmap
|
##Bitmap
|
||||||
This is a work in progress.
|
This is a work in progress.
|
||||||
|
|
||||||
|
FindBitmap
|
||||||
|
OpenBitmap
|
||||||
|
SaveBitmap
|
||||||
|
TostringBitmap
|
||||||
|
|
||||||
|
|
||||||
##Keyboard
|
##Keyboard
|
||||||
###.SetKeyboardDelay(ms)
|
###.SetKeyboardDelay(ms)
|
||||||
@ -223,3 +228,60 @@ robotgo.ScrollMouse(50, "down");
|
|||||||
##Bitmap
|
##Bitmap
|
||||||
|
|
||||||
This is a work in progress.
|
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
|
||||||
|
|
||||||
|
61
zh_doc.md
61
zh_doc.md
@ -25,6 +25,11 @@
|
|||||||
##位图
|
##位图
|
||||||
This is a work in progress.(工作正在进行中)
|
This is a work in progress.(工作正在进行中)
|
||||||
|
|
||||||
|
FindBitmap
|
||||||
|
OpenBitmap
|
||||||
|
SaveBitmap
|
||||||
|
TostringBitmap
|
||||||
|
|
||||||
|
|
||||||
##键盘
|
##键盘
|
||||||
###.SetKeyboardDelay(ms)
|
###.SetKeyboardDelay(ms)
|
||||||
@ -242,4 +247,60 @@ robotgo.ScrollMouse(50, "down");
|
|||||||
|
|
||||||
This is a work in progress.
|
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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user