Class EmfPolylineTo
Class EmfPolylineTo
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_POLYLINETO record specifies one or more straight lines based upon the current position.
public sealed class EmfPolylineTo : EmfPolyShape
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfBoundedRecord ← EmfPolyShape ← EmfPolylineTo
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
EmfPolylineTo(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolylineTo class.
public EmfPolylineTo(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPolylineTo()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolylineTo class.
public EmfPolylineTo()