public final class EmfPolyline extends EmfDrawingRecordType
The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array.
EmfDrawingRecordType
Constructor and Description |
---|
EmfPolyline()
Initializes a new instance of the
EmfPolyline class. |
EmfPolyline(EmfRecord source)
Initializes a new instance of the
EmfPolyline class. |
Modifier and Type | Method and Description |
---|---|
Point[] |
getAPoints()
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the point data, in logical units.
|
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 |
setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the point data, in logical 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 EmfPolyline(EmfRecord source)
Initializes a new instance of the EmfPolyline
class.
source
- The source.public EmfPolyline()
Initializes a new instance of the EmfPolyline
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.
public Point[] getAPoints()
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.
public void setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.