Class EmfPolygon16

Class EmfPolygon16

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

The EMR_POLYGON16 record specifies a polygon consisting of two or more vertexes connected by straight lines. The polygon is outlined by using the current pen and filled by using the current brush and polygon fill mode. The polygon is closed automatically by drawing a line from the last vertex to the first.

public sealed class EmfPolygon16 : EmfPolyShape

Inheritance

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfBoundedRecordEmfPolyShapeEmfPolygon16

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

EmfPolygon16(EmfRecord)

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

public EmfPolygon16(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfPolygon16()

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

public EmfPolygon16()