EmfPolyPolyline

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

public final class EmfPolyPolyline extends EmfPolyPolyShape

The EMR_POLYPOLYLINE record specifies multiple series of connected line segments.

The line segments SHOULD be drawn using the current pen. The figures formed by the segments SHOULD NOT filled. The current position SHOULD neither be used nor updated by this record.

Constructors

ConstructorDescription
EmfPolyPolyline(EmfRecord source)Initializes a new instance of the EmfPolyPolyline class.
EmfPolyPolyline()Initializes a new instance of the EmfPolyPolyline class.

EmfPolyPolyline(EmfRecord source)

public EmfPolyPolyline(EmfRecord source)

Initializes a new instance of the EmfPolyPolyline class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfPolyPolyline()

public EmfPolyPolyline()

Initializes a new instance of the EmfPolyPolyline class.