Class EmfPolyPolyline
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_POLYPOLYLINE record specifies multiple series of connected line segments.
public sealed class EmfPolyPolyline : EmfPolyPolyShape
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfBoundedRecord ← EmfPolyPolyShape ← EmfPolyPolyline
Inherited Members
EmfPolyPolyShape.APoints, EmfBoundedRecord.Bounds, EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Remarks
The line segments SHOULD be drawn using the current pen. The figures formed by the segments SHOULD NOT filled. The current position SHOULD neither be used nor updated by this record.
Constructors
EmfPolyPolyline(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyline class.
public EmfPolyPolyline(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPolyPolyline()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyline class.
public EmfPolyPolyline()