Class EmfPolygon

Class EmfPolygon

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

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

public sealed class EmfPolygon : EmfPolyShape

Inheritance

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfBoundedRecordEmfPolyShapeEmfPolygon

Inherited Members

EmfPolyShape.APoints, EmfBoundedRecord.Bounds, EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolygon class.

public EmfPolygon(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfPolygon()

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolygon class.

public EmfPolygon()