diff --git a/doc.md b/doc.md index 9e73d0c..4258643 100644 --- a/doc.md +++ b/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 + diff --git a/zh_doc.md b/zh_doc.md index a112b3b..d2ec35f 100644 --- a/zh_doc.md +++ b/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 +