Table of Contents

Class EmfPolyPolyline

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

The EMR_POLYPOLYLINE record specifies multiple series of connected line segments.

public sealed class EmfPolyPolyline : EmfPolyPolyShape
Inheritance
EmfPolyPolyline
Inherited Members

Remarks

The line segments SHOULD be drawn using the current pen. The figures formed by the segments SHOULD NOT filled. The current position SHOULD neither be used nor updated by this record.

Constructors

EmfPolyPolyline()

Initializes a new instance of the EmfPolyPolyline class.

public EmfPolyPolyline()

EmfPolyPolyline(EmfRecord)

Initializes a new instance of the EmfPolyPolyline class.

public EmfPolyPolyline(EmfRecord source)

Parameters

source EmfRecord

The source.