2.2.56 RECT
Referenced by: OfficeArtMetafileHeader
The RECT record specifies a 2-D rectangle.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
left |
|||||||||||||||||||||||||||||||
top |
|||||||||||||||||||||||||||||||
right |
|||||||||||||||||||||||||||||||
bottom |
left (4 bytes): A signed integer that specifies the x-coordinate of the top-left point of this rectangle. The coordinate system that is used for this value is dependent on the scenario in which it is used.
top (4 bytes): A signed integer that specifies the y-coordinate of the top-left point of this rectangle. The coordinate system that is used for this value is dependent on the scenario in which it is used.
right (4 bytes): A signed integer that specifies the x-coordinate of the bottom-right point of this rectangle. The coordinate system that is used for this value is dependent on the scenario in which it is used.
bottom (4 bytes): A signed integer that specifies the y-coordinate of the bottom-right point of this rectangle. The coordinate system that is used for this value is dependent on the scenario in which it is used.