Class EmfPolyPolyShape
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
base EMF poly polyshape class.
public abstract class EmfPolyPolyShape : EmfBoundedRecord
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfBoundedRecord ← EmfPolyPolyShape
Derived
EmfPolyPolygon, EmfPolyPolygon16, EmfPolyPolyline, EmfPolyPolyline16
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
EmfPolyPolyShape(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyShape class.
protected EmfPolyPolyShape(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPolyPolyShape(EmfRecordType)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyShape class.
protected EmfPolyPolyShape(EmfRecordType type)
Parameters
type
EmfRecordType
The record type.
Properties
APoints
Gets or sets an array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.
public Point[][] APoints { get; set; }
Property Value
Point[][]