Rectangle
Description:
[ CCode ( has_construct_function = false ) ]
public Rectangle (int x, int y, uint width, uint height)
public Rectangle (int x, int y, uint width, uint height)
Creates a new rectangle set with the values from x, y, width and height.
Parameters:
| x |
upper left x coordinate |
| y |
upper left y coordinate |
| width |
width in pixels. |
| height |
height in pixels. |