2.2.1.2 RDPGFX_RECT16
The RDPGFX_RECT16 structure specifies a rectangle relative to the origin of a target surface using exclusive coordinates (the right and bottom bounds are not included in the rectangle).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
left |
top |
||||||||||||||||||||||||||||||
right |
bottom |
left (2 bytes): A 16-bit unsigned integer that specifies the leftmost bound of the rectangle.
top (2 bytes): A 16-bit unsigned integer that specifies the upper bound of the rectangle.
right (2 bytes): A 16-bit unsigned integer that specifies the rightmost bound of the rectangle.
bottom (2 bytes): A 16-bit unsigned integer that specifies the lower bound of the rectangle.