public final class EmfPolylineTo16 extends EmfPolyShape
The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position. A line is drawn from the current position to the first point specified by the aPoints field by using the current pen. For each additional line, drawing is performed from the ending point of the previous line to the next point specified by aPoints.
| Constructor and Description |
|---|
EmfPolylineTo16()
Initializes a new instance of the
EmfPolylineTo16 class. |
EmfPolylineTo16(EmfRecord source)
Initializes a new instance of the
EmfPolylineTo16 class. |
getAPoints, setAPointsgetBounds, setBoundspublic EmfPolylineTo16(EmfRecord source)
Initializes a new instance of the EmfPolylineTo16 class.
source - The source.public EmfPolylineTo16()
Initializes a new instance of the EmfPolylineTo16 class.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.