Class EmfPolyShape
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.4.0)
Base EMF polyshape class.
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
Inherited Members
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)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyShape class.
protected EmfPolyShape(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPolyShape(EmfRecordType)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyShape class.
protected EmfPolyShape(EmfRecordType type)
Parameters
type
EmfRecordType
The record type.
Properties
APoints
Gets or sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.
public Point[] APoints { get; set; }
Property Value
Point []