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