EmfPolyPolyline16

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 EmfPolyPolyline16 extends EmfPolyPolyShape

The EMR_POLYPOLYLINE16 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
EmfPolyPolyline16(EmfRecord source)Initializes a new instance of the EmfPolyPolyline16 class.
EmfPolyPolyline16()Initializes a new instance of the EmfPolyPolyline16 class.

EmfPolyPolyline16(EmfRecord source)

public EmfPolyPolyline16(EmfRecord source)

Initializes a new instance of the EmfPolyPolyline16 class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfPolyPolyline16()

public EmfPolyPolyline16()

Initializes a new instance of the EmfPolyPolyline16 class.