-
new RectangleRegion( x, y, width, height )
-
Description
Rectangle defines a region where action will be applied
Parameters
Name Type Description xnumber The x position in pixels
ynumber The y position in pixels
widthnumber The width in pixels
heightnumber The height in pixels
Details