EmfPolylineTo
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 EmfPolylineTo extends EmfPolyShape
The EMR_POLYLINETO record specifies one or more straight lines based upon the current position.
Constructors
Constructor | Description |
---|---|
EmfPolylineTo(EmfRecord source) | Initializes a new instance of the EmfPolylineTo class. |
EmfPolylineTo() | Initializes a new instance of the EmfPolylineTo class. |
EmfPolylineTo(EmfRecord source)
public EmfPolylineTo(EmfRecord source)
Initializes a new instance of the EmfPolylineTo
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
EmfPolylineTo()
public EmfPolylineTo()
Initializes a new instance of the EmfPolylineTo
class.