Table of Contents

Class EmfPolygon

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

The EMR_POLYGON record specifies a polygon consisting of two or more vertexes connected by straight lines.

public sealed class EmfPolygon : EmfPolyShape
Inheritance
EmfPolygon
Inherited Members

Remarks

The polygon SHOULD be outlined using the current pen and filled using the current brush and polygon fill mode. The polygon SHOULD be closed automatically by drawing a line from the last vertex to the first

Constructors

EmfPolygon()

Initializes a new instance of the EmfPolygon class.

public EmfPolygon()

EmfPolygon(EmfRecord)

Initializes a new instance of the EmfPolygon class.

public EmfPolygon(EmfRecord source)

Parameters

source EmfRecord

The source.