2.2.56 RECT

Referenced by: OfficeArtMetafileHeader

The RECT record specifies a 2-D 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

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.