public final class EmfFillPath extends EmfDrawingRecordType
The EMR_FILLPATH record closes any open figures in the current path and fills the path's interior by using the current brush and polygon-filling mode.
Constructor and Description |
---|
EmfFillPath()
Initializes a new instance of the
EmfFillPath class. |
EmfFillPath(EmfRecord source)
Initializes a new instance of the
EmfFillPath 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 bounding rectangle, in device units.
|
void |
setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19,
which specifies bounding rectangle, in device units.
|
public EmfFillPath(EmfRecord source)
Initializes a new instance of the EmfFillPath
class.
source
- The source.public EmfFillPath()
Initializes a new instance of the EmfFillPath
class.
public Rectangle getBounds()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies bounding rectangle, in device units.
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 bounding rectangle, in device units.