Class EmfPolygon

Class EmfPolygon

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

Im EMR_POLYGON-Rekord wird ein Polygon angegeben, das aus zwei oder mehr vertexen verbunden ist.rechte Linien.

public sealed class EmfPolygon : EmfPolyShape

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfBoundedRecord EmfPolyShape EmfPolygon

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()

Remarks

Der Polygon SHOULD wird mit dem aktuellen Pen ausgeliefert und mit dem aktuellen Brush undPolygon Füllmodus. Der Polygon SHOULD wird automatisch geschlossen, indem eine Linie von der letztenVertex zum ersten

Constructors

EmfPolygon(EmfRecord)

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

public EmfPolygon(EmfRecord source)

Parameters

source EmfRecord

Die Quelle.

EmfPolygon()

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

public EmfPolygon()
 Deutsch