EmfFillPath
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType
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.
Constructors
Constructor | Description |
---|---|
EmfFillPath(EmfRecord source) | Initializes a new instance of the EmfFillPath class. |
EmfFillPath() | Initializes a new instance of the EmfFillPath class. |
Methods
Method | Description |
---|---|
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. |
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. |
EmfFillPath(EmfRecord source)
public EmfFillPath(EmfRecord source)
Initializes a new instance of the EmfFillPath
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
EmfFillPath()
public EmfFillPath()
Initializes a new instance of the EmfFillPath
class.
getBounds()
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.
Returns: Rectangle
setBounds(Rectangle value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Rectangle |