EmfRegionData Class
Contents
[
Hide
]Summary: The RegionData object specifies data that defines a region, which is made of non-overlapping rectangles.
Module: aspose.imaging.fileformats.emf.emf.objects
Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfRegionData
Inheritance: EmfObject
Constructors
| Name | Description | 
|---|---|
| EmfRegionData() | Initializes a new instance of the EmfRegionData class. | 
| EmfRegionData(rectangle) | Initializes a new instance of the EmfRegionData class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| data | Rectangle[] | r/w | Gets or sets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are merged to create the region | 
| region_data_header | EmfRegionDataHeader | r/w | Gets or sets a 256-bit RegionDataHeader object that describes the following data. | 
Constructor: EmfRegionData()
 EmfRegionData() 
Initializes a new instance of the EmfRegionData class.
Constructor: EmfRegionData(rectangle)
 EmfRegionData(rectangle) 
Initializes a new instance of the EmfRegionData class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| rectangle | Rectangle | The rectangle. |