Class EmfPolyPolyline

Class EmfPolyPolyline

Namn på plats: Aspose.Imaging.FileFormats.Emf.Emf.Records Församling: Aspose.Imaging.dll (25.4.0)

EMR_POLYPOLYLINE-registret anger flera uppsättningar av anslutna linjelinjer.

public sealed class EmfPolyPolyline : EmfPolyPolyShape

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfBoundedRecord EmfPolyPolyShape EmfPolyPolyline

Arvsmedlemmar

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

Linesegmenten måste dras med hjälp av den aktuella penna.Den aktuella positionen får inte användas eller uppdateras av den här inspelningen.

Constructors

EmfPolyPolyline(EmfRecord)

Initialiserar en ny instans av Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyline klass.

public EmfPolyPolyline(EmfRecord source)

Parameters

source EmfRecord

och källan .

EmfPolyPolyline()

Initialiserar en ny instans av Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyline klass.

public EmfPolyPolyline()
 Svenska