2.2.25 RegionDataHeader Object
The RegionDataHeader object defines the properties of a RegionData (section 2.2.24) object.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size |
|||||||||||||||||||||||||||||||
Type |
|||||||||||||||||||||||||||||||
CountRects |
|||||||||||||||||||||||||||||||
RgnSize |
|||||||||||||||||||||||||||||||
Bounds |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
Size (4 bytes): An unsigned integer that specifies the size of this object in bytes. This value is 0x00000020.
Type (4 bytes): An unsigned integer that specifies the region type. This value is 0x00000001.
CountRects (4 bytes): An unsigned integer that specifies the number of rectangles in this region.
RgnSize (4 bytes): An unsigned integer that specifies the size of the buffer of rectangles in bytes.
Bounds (16 bytes): A RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounds of the region.