@set


Description:

public void @set (int x, int y, uint width, uint height)

Sets the x, y, width and height on this.

Parameters:

this

a Rectangle

x

upper left x coordinate

y

upper left y coordinate

width

width in pixels.

height

height in pixels.