Class EmfPolylineTo16

Class EmfPolylineTo16

Der Name: Aspose.Imaging.FileFormats.Emf.Emf.Records Versammlung: Aspose.Imaging.dll (25.4.0)

Das EMR_POLYLINETO16-Rekord zeichnet eine oder mehrere rechte Linien auf der Grundlage der aktuellen Position fest.Eine Linie wird von der aktuellen Position zum ersten Punkt, das durch das aPoints-Feld angegeben wird, durch diefür jede zusätzliche Linie wird das Zeichnen vom Endepunkt des vorherigenLinie zum nächsten Punkt, der durch aPoints angegeben wird.

public sealed class EmfPolylineTo16 : EmfPolyShape

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfBoundedRecord EmfPolyShape EmfPolylineTo16

Vererbte Mitglieder

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)

Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolylineTo16 Klasse.

public EmfPolylineTo16(EmfRecord source)

Parameters

source EmfRecord

Die Quelle.

EmfPolylineTo16()

Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolylineTo16 Klasse.

public EmfPolylineTo16()
 Deutsch