public final class EmfFillRgn extends EmfDrawingRecordType
The EMR_FILLRGN record fills the specified region by using the specified brush.
Constructor and Description |
---|
EmfFillRgn()
Initializes a new instance of the
EmfFillRgn class. |
EmfFillRgn(EmfRecord source)
Initializes a new instance of the
EmfFillRgn class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle.
|
int |
getIhBrush()
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index
to fill the region.
|
EmfRegionData |
getRgnData()
Gets or sets a RgnDataSize length array of bytes that contains a RegionData (section 2.2.24) object.
|
int |
getRgnDataSize()
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
|
void |
setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies the bounding rectangle.
|
void |
setIhBrush(int value)
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index
to fill the region.
|
void |
setRgnData(EmfRegionData value)
Gets or sets a RgnDataSize length array of bytes that contains a RegionData (section 2.2.24) object.
|
void |
setRgnDataSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
|
public EmfFillRgn(EmfRecord source)
Initializes a new instance of the EmfFillRgn
class.
source
- The source.public EmfFillRgn()
Initializes a new instance of the EmfFillRgn
class.
public Rectangle getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public void setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public int getRgnDataSize()
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
public void setRgnDataSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
public int getIhBrush()
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index to fill the region.
public void setIhBrush(int value)
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index to fill the region.
public EmfRegionData getRgnData()
Gets or sets a RgnDataSize length array of bytes that contains a RegionData (section 2.2.24) object.
public void setRgnData(EmfRegionData value)
Gets or sets a RgnDataSize length array of bytes that contains a RegionData (section 2.2.24) object.