Constructor and Description |
---|
EmfRegionData()
Initializes a new instance of the
EmfRegionData class. |
EmfRegionData(Rectangle rectangle)
Initializes a new instance of the
EmfRegionData class. |
Modifier and Type | Method and Description |
---|---|
Rectangle[] |
getData()
Gets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are
merged to create the region
|
EmfRegionDataHeader |
getRegionDataHeader()
Gets a 256-bit RegionDataHeader object that describes the following data.
|
void |
setData(Rectangle[] value)
Sets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are
merged to create the region
|
void |
setRegionDataHeader(EmfRegionDataHeader value)
Sets a 256-bit RegionDataHeader object that describes the following data.
|
public EmfRegionData()
Initializes a new instance of the EmfRegionData
class.
public EmfRegionData(Rectangle rectangle)
Initializes a new instance of the EmfRegionData
class.
rectangle
- The rectangle.public EmfRegionDataHeader getRegionDataHeader()
Gets a 256-bit RegionDataHeader object that describes the following data.
public void setRegionDataHeader(EmfRegionDataHeader value)
Sets a 256-bit RegionDataHeader object that describes the following data.
public Rectangle[] getData()
Gets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are merged to create the region
public void setData(Rectangle[] value)
Sets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are merged to create the region