public final class EmfStrokePath extends EmfDrawingRecordType
EMR_STROKEPATH class
| Constructor and Description |
|---|
EmfStrokePath()
Initializes a new instance of the
EmfStrokePath class. |
EmfStrokePath(EmfRecord record)
Initializes a new instance of the
EmfStrokePath 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 EmfStrokePath(EmfRecord record)
Initializes a new instance of the EmfStrokePath class.
record - The record.public EmfStrokePath()
Initializes a new instance of the EmfStrokePath 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
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.