Table of Contents

Class EmfPolyPolygon

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

The EMR_POLYPOLYGON record specifies a series of closed polygons.

public sealed class EmfPolyPolygon : EmfPolyPolyShape
Inheritance
EmfPolyPolygon
Inherited Members

Remarks

Each polygon SHOULD be outlined using the current pen, and filled using the current brush and polygon fill mode that are defined in the playback device context. The polygons defined by this record can overlap.

Constructors

EmfPolyPolygon()

Initializes a new instance of the EmfPolyPolygon class.

public EmfPolyPolygon()

EmfPolyPolygon(EmfRecord)

Initializes a new instance of the EmfPolyPolygon class.

public EmfPolyPolygon(EmfRecord source)

Parameters

source EmfRecord

The source.