2.2.6.5 RectangleF


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 single-precision 32-bit number. The x-coordinate of the upper-left corner.

y (4 bytes): A single-precision 32-bit number. The y-coordinate of the upper-left corner.

width (4 bytes): A single-precision 32-bit number. The width of the rectangle.

height (4 bytes): A single-precision 32-bit number. The height of the rectangle.