2.12.8 SmallRectStruct
Referenced by: OfficeArtClientAnchorData
A structure that specifies a small rectangle.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.