2.12.8 SmallRectStruct

Referenced by: OfficeArtClientAnchorData

A structure that specifies a small 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 (2 bytes): A signed integer that specifies the minimum y-value of the rectangle.

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

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

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