Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfLineTo

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    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 Detail

      • EmfLineTo

        public EmfLineTo(EmfRecord record)

        Initializes a new instance of the EmfLineTo class.

        Parameters:
        record - The record.
      • EmfLineTo

        public EmfLineTo()

        Initializes a new instance of the EmfLineTo class.

    • Method Detail

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

      • setPoint

        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.