Class EmfPolyShape
De naam: Aspose.Imaging.FileFormats.Emf.Emf.Records Verzameling: Aspose.Imaging.dll (25.4.0)
De basis EMF polyschape 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
Geëerbiede leden
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)
Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.Emf.EMF.Records.EmpolyShape-klasse.
protected EmfPolyShape(EmfRecord source)
Parameters
source
EmfRecord
De bron .
EmfPolyShape(EmfRecordType)
Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.Emf.EMF.Records.EmpolyShape-klasse.
protected EmfPolyShape(EmfRecordType type)
Parameters
type
EmfRecordType
Het record type.
Properties
punten
Geeft of stelt een reeks WMF PointL-objecten ([MS-WMV] sectie 2.2.2.15) die de puntgegevens in logische eenheden specificeren.
public Point[] APoints { get; set; }
Eigendomswaarde
Point []