Table of Contents

Class EmfPolyPolyShape

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

base EMF poly polyshape class.

public abstract class EmfPolyPolyShape : EmfBoundedRecord
Inheritance
EmfPolyPolyShape
Derived
Inherited Members

Constructors

EmfPolyPolyShape(EmfRecordType)

Initializes a new instance of the EmfPolyPolyShape class.

protected EmfPolyPolyShape(EmfRecordType type)

Parameters

type EmfRecordType

The record type.

EmfPolyPolyShape(EmfRecord)

Initializes a new instance of the EmfPolyPolyShape class.

protected EmfPolyPolyShape(EmfRecord source)

Parameters

source EmfRecord

The source.

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