Table of Contents

Class EmfPolyDraw16

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

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

public sealed class EmfPolyDraw16 : EmfPolyShape
Inheritance
EmfPolyDraw16
Inherited Members

Constructors

EmfPolyDraw16(EmfRecord)

Initializes a new instance of the EmfPolyDraw16 class.

public EmfPolyDraw16(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

AbTypes

Gets or sets a Count length array of bytes that specifies the point types. This value MUST be in the Point (section 2.1.26) enumeration.

public EmfPointEnum[] AbTypes { get; set; }

Property Value

EmfPointEnum[]