EmfLineTo

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord

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.

Constructors

ConstructorDescription
EmfLineTo(EmfRecord record)Initializes a new instance of the EmfLineTo class.
EmfLineTo()Initializes a new instance of the EmfLineTo class.

Methods

MethodDescription
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.
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.

EmfLineTo(EmfRecord record)

public EmfLineTo(EmfRecord record)

Initializes a new instance of the EmfLineTo class.

Parameters:

ParameterTypeDescription
recordEmfRecordThe record.

EmfLineTo()

public EmfLineTo()

Initializes a new instance of the EmfLineTo class.

getPoint()

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.

Returns: Point

setPoint(Point value)

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.

Parameters:

ParameterTypeDescription
valuePoint