Packages

 

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

Classes

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

Class EmfPolylineTo

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


    public final class EmfPolylineTo
    extends EmfDrawingRecordType

    The EMR_POLYLINETO record specifies one or more straight lines based upon the current position.

    • Constructor Summary

      Constructors 
      Constructor and Description
      EmfPolylineTo()
      Initializes a new instance of the EmfPolylineTo class.
      EmfPolylineTo(EmfRecord source)
      Initializes a new instance of the EmfPolylineTo class.
    • Constructor Detail

      • EmfPolylineTo

        public EmfPolylineTo(EmfRecord source)

        Initializes a new instance of the EmfPolylineTo class.

        Parameters:
        source - The source.
      • EmfPolylineTo

        public EmfPolylineTo()

        Initializes a new instance of the EmfPolylineTo class.

    • Method Detail

      • getBounds

        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.

      • setBounds

        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.

      • getAPoints

        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.

      • setAPoints

        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.