2.12.7 RectStruct

Referenced by: OfficeArtClientAnchorData

A structure that specifies 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

right

bottom

top (4 bytes): A signed integer that specifies the minimum y-value of the rectangle.

left (4 bytes): A signed integer that specifies the minimum x-value of the rectangle.

right (4 bytes): A signed integer that specifies the maximum x-value of the rectangle.

bottom (4 bytes): A signed integer that specifies the maximum y-value of the rectangle.