Table of Contents

Class EmfPolyline

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

The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array.

public sealed class EmfPolyline : EmfPolyShape
Inheritance
EmfPolyline
Inherited Members

Constructors

EmfPolyline()

Initializes a new instance of the EmfPolyline class.

public EmfPolyline()
See Also

EmfPolyline(EmfRecord)

Initializes a new instance of the EmfPolyline class.

public EmfPolyline(EmfRecord source)

Parameters

source EmfRecord

The source.

See Also

See Also