public final class EmfStrokeAndFillPath extends EmfDrawingRecordType
The EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush.
Constructor and Description |
---|
EmfStrokeAndFillPath()
Initializes a new instance of the
EmfStrokeAndFillPath class. |
EmfStrokeAndFillPath(EmfRecord source)
Initializes a new instance of the
EmfStrokeAndFillPath class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
void |
setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle, in device units.
|
public EmfStrokeAndFillPath(EmfRecord source)
Initializes a new instance of the EmfStrokeAndFillPath
class.
source
- The source.public EmfStrokeAndFillPath()
Initializes a new instance of the EmfStrokeAndFillPath
class.
public Rectangle getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
public void setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.