Update document

This commit is contained in:
vCaesar 2017-04-29 22:08:27 +08:00
parent 46410b3a2f
commit d448777bd7
2 changed files with 16 additions and 14 deletions

View File

@ -272,7 +272,8 @@ robotgo.ScrollMouse(50, "down")
### <h3 id="GetPixelColor">.GetPixelColor(x, y)
Gets the pixel color at x, y. This function is perfect for getting a pixel or two, but if you'll be reading large portions of the screen use screen.capture.
Gets the pixel color at x, y. This function is perfect for getting a pixel or two,
but if you'll be reading large portions of the screen use screen.capture.
#### Arguments:

View File

@ -287,7 +287,8 @@ robotgo.ScrollMouse(50, "down")
### <h3 id="GetPixelColor">.GetPixelColor(x, y)
获取坐标为 x, y 位置处的颜色
Gets the pixel color at x, y. This function is perfect for getting a pixel or two, but if you'll be reading large portions of the screen use screen.capture.
Gets the pixel color at x, y. This function is perfect for getting a pixel or two,
but if you'll be reading large portions of the screen use screen.capture.
#### 参数: