Class EmfPolyline
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array.
public sealed class EmfPolyline : EmfPolyShape
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfBoundedRecord ← EmfPolyShape ← EmfPolyline
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
EmfPolyline(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyline class.
public EmfPolyline(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPolyline()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyline class.
public EmfPolyline()