EmfPolyline16

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

public final class EmfPolyline16 extends EmfPolyShape

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

Constructors

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

EmfPolyline16(EmfRecord source)

public EmfPolyline16(EmfRecord source)

Initializes a new instance of the EmfPolyline16 class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfPolyline16()

public EmfPolyline16()

Initializes a new instance of the EmfPolyline16 class.