Class EmfPolyShape

Class EmfPolyShape

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

Basis EMF Polyshape Klasse.

public abstract class EmfPolyShape : EmfBoundedRecord

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfBoundedRecord EmfPolyShape

Derived

EmfPolyBezier , EmfPolyBezier16 , EmfPolyBezierTo , EmfPolyBezierTo16 , EmfPolyDraw , EmfPolyDraw16 , EmfPolygon , EmfPolygon16 , EmfPolyline , EmfPolyline16 , EmfPolylineTo , EmfPolylineTo16

Vererbte Mitglieder

EmfBoundedRecord.Bounds , EmfRecord.Type , EmfRecord.Size , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPolyShape(EmfRecord)

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

protected EmfPolyShape(EmfRecord source)

Parameters

source EmfRecord

Die Quelle.

EmfPolyShape(EmfRecordType)

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

protected EmfPolyShape(EmfRecordType type)

Parameters

type EmfRecordType

Der Rekordtyp.

Properties

Punkte

Er erhält oder stellt eine Reihe von WMF PointL-Objekten ([MS-WMF] Abschnitt 2.2.2.15) fest, die die Punktdaten in logischen Einheiten angeben.

public Point[] APoints { get; set; }

Eigentumswert

Point [][]

 Deutsch