Table of Contents

Class EmfPolyShape

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

Base EMF polyshape class.

public abstract class EmfPolyShape : EmfBoundedRecord
Inheritance
EmfPolyShape
Derived
Inherited Members

Constructors

EmfPolyShape(EmfRecordType)

Initializes a new instance of the EmfPolyShape class.

protected EmfPolyShape(EmfRecordType type)

Parameters

type EmfRecordType

The record type.

EmfPolyShape(EmfRecord)

Initializes a new instance of the EmfPolyShape class.

protected EmfPolyShape(EmfRecord source)

Parameters

source EmfRecord

The source.

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[]