Class EmfPolyDraw

Class EmfPolyDraw

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

The EMR_POLYDRAW record specifies a set of line segments and Bezier curves.

public sealed class EmfPolyDraw : EmfPolyShape

Inheritance

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfBoundedRecordEmfPolyShapeEmfPolyDraw

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

Constructors

EmfPolyDraw(EmfRecord)

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

public EmfPolyDraw(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfPolyDraw()

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

public EmfPolyDraw()

Properties

AbTypes

Gets or sets a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used. This value MUST be in the Point (section 2.1.26) enumeration.

public EmfPointEnum[] AbTypes { get; set; }

Property Value

EmfPointEnum[]