public final class EmfPolylineTo extends EmfDrawingRecordType
The EMR_POLYLINETO record specifies one or more straight lines based upon the current position.
Constructor and Description |
---|
EmfPolylineTo()
Initializes a new instance of the
EmfPolylineTo class. |
EmfPolylineTo(EmfRecord source)
Initializes a new instance of the
EmfPolylineTo 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 EmfPolylineTo(EmfRecord source)
Initializes a new instance of the EmfPolylineTo
class.
source
- The source.public EmfPolylineTo()
Initializes a new instance of the EmfPolylineTo
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.