Class EmfRegionData
EmfRegionData class
The RegionData object specifies data that defines a region, which is made of non-overlapping rectangles.
public sealed class EmfRegionData : 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 | Description |
---|
Data { get; set; } | Gets or sets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are merged to create the region |
RegionDataHeader { get; set; } | Gets or sets a 256-bit RegionDataHeader object that describes the following data. |
See Also