EmfRegionDataHeader Class
Contents
[
Hide
]Summary: The RegionDataHeader object describes the properties of a RegionData object.
Module: aspose.imaging.fileformats.emf.emf.objects
Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfRegionDataHeader
Inheritance: EmfObject
Constructors
| Name | Description | 
|---|---|
| EmfRegionDataHeader() | Initializes a new instance of the EmfRegionDataHeader class | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| bounds | Rectangle | r/w | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounds of the region. | 
| count_rects | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region. | 
| rgn_size | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the size of the buffer of rectangles in bytes. | 
| size | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the size of this object in bytes. This MUST be 0x00000020. | 
| type | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the region type. This SHOULD be RDH_RECTANGLES (0x00000001). | 
Constructor: EmfRegionDataHeader()
 EmfRegionDataHeader() 
Initializes a new instance of the EmfRegionDataHeader class