2.2.6.4 Rectangle


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

x

y

width

height

x (4 bytes): A signed 32-bit integer. The x-coordinate of the upper-left corner.

y (4 bytes): A signed 32-bit integer. The y-coordinate of the upper-left corner.

width (4 bytes): A signed 32-bit integer. The width of the rectangle.

height (4 bytes): A signed 32-bit integer. The height of the rectangle.