public 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(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.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfStrokeAndFillPath(EmfRecord source)
Initializes a new instance of the EmfStrokeAndFillPath
class.
source
- The source.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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.