2.2.13 TS_RECT Structure

This structure describes a 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

Top

Left

Bottom

Right

Top (4 bytes): A 32-bit unsigned integer. The dimension of the top of the rectangle.

Left (4 bytes): A 32-bit unsigned integer. The dimension of the left end of the rectangle.

Bottom (4 bytes): A 32-bit unsigned integer. The dimension of the bottom of the rectangle.

Right (4 bytes): A 32-bit unsigned integer. The dimension of the right end of the rectangle.