2.2.11.1 Inclusive Rectangle (TS_RECTANGLE16)
The TS_RECTANGLE16 structure describes a rectangle expressed in inclusive coordinates (the right and bottom coordinates are included in the rectangle bounds).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
left |
top |
||||||||||||||||||||||||||||||
right |
bottom |
left (2 bytes): A 16-bit, unsigned integer. The leftmost bound of the rectangle.
top (2 bytes): A 16-bit, unsigned integer. The upper bound of the rectangle.
right (2 bytes): A 16-bit, unsigned integer. The rightmost bound of the rectangle.
bottom (2 bytes): A 16-bit, unsigned integer. The lower bound of the rectangle.