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