mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update doc
This commit is contained in:
parent
9ab2e13551
commit
1551b018d4
62
doc.md
62
doc.md
@ -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
|
||||
|
||||
|
61
zh_doc.md
61
zh_doc.md
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user