EmfPolyline
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 EmfPolyline extends EmfPolyShape
The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array.
Constructors
Constructor | Description |
---|---|
EmfPolyline(EmfRecord source) | Initializes a new instance of the EmfPolyline class. |
EmfPolyline() | Initializes a new instance of the EmfPolyline class. |
EmfPolyline(EmfRecord source)
public EmfPolyline(EmfRecord source)
Initializes a new instance of the EmfPolyline
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
EmfPolyline()
public EmfPolyline()
Initializes a new instance of the EmfPolyline
class.