Class EmfPolylineTo16
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
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.
public sealed class EmfPolylineTo16 : EmfPolyShape
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfBoundedRecord ← EmfPolyShape ← EmfPolylineTo16
Inherited Members
EmfPolyShape.APoints, EmfBoundedRecord.Bounds, EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPolylineTo16(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolylineTo16 class.
public EmfPolylineTo16(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPolylineTo16()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolylineTo16 class.
public EmfPolylineTo16()