bounds -> rect

This commit is contained in:
Kevin Sawicki 2016-10-05 08:02:04 -07:00
parent 49cc00dedf
commit 56f9cc683a
3 changed files with 5 additions and 5 deletions

View file

@ -215,9 +215,9 @@ Marks the image as a template image.
Returns `Boolean` - Whether the image is a template image.
#### `image.crop(region)`
#### `image.crop(rect)`
* `region` Object - The region of the image to crop
* `rect` Object - The area of the image to crop
* `x` Integer
* `y` Integer
* `width` Integer