public final class EmfLineTo extends EmfRecord
The EMR_LINETO record specifies a line from the current position up to, but not including, the specified point.It resets the current position to the specified point.
Constructor and Description |
---|
EmfLineTo()
Initializes a new instance of the
EmfLineTo class. |
EmfLineTo(EmfRecord record)
Initializes a new instance of the
EmfLineTo class. |
Modifier and Type | Method and Description |
---|---|
Point |
getPoint()
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15,
which specifies the coordinates of the line's ending point.
|
void |
setPoint(Point value)
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15,
which specifies the coordinates of the line's ending point.
|
public EmfLineTo(EmfRecord record)
Initializes a new instance of the EmfLineTo
class.
record
- The record.public EmfLineTo()
Initializes a new instance of the EmfLineTo
class.
public Point getPoint()
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the line's ending point.
public void setPoint(Point value)
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the line's ending point.