EmfStrokePath
Contents
[
Hide
]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 EmfStrokePath extends EmfDrawingRecordType
EMR_STROKEPATH class
Constructors
Constructor | Description |
---|---|
EmfStrokePath(EmfRecord record) | Initializes a new instance of the EmfStrokePath class. |
EmfStrokePath() | Initializes a new instance of the EmfStrokePath class. |
Methods
Method | Description |
---|---|
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 |
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 |
EmfStrokePath(EmfRecord record)
public EmfStrokePath(EmfRecord record)
Initializes a new instance of the EmfStrokePath
class.
Parameters:
Parameter | Type | Description |
---|---|---|
record | EmfRecord | The record. |
EmfStrokePath()
public EmfStrokePath()
Initializes a new instance of the EmfStrokePath
class.
getBounds()
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
Returns: Rectangle
setBounds(Rectangle value)
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
Parameters:
Parameter | Type | Description |
---|---|---|
value | Rectangle |