Packages

 

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

Classes

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

Class EmfPolyline

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


    public final class EmfPolyline
    extends EmfDrawingRecordType

    The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array.

    See Also:
    EmfDrawingRecordType
    • Constructor Summary

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

      • EmfPolyline

        public EmfPolyline(EmfRecord source)

        Initializes a new instance of the EmfPolyline class.

        Parameters:
        source - The source.
      • EmfPolyline

        public EmfPolyline()

        Initializes a new instance of the EmfPolyline 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.