Table of Contents

Class EmfPolylineTo16

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

The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position. A line is drawn from the current position to the first point specified by the aPoints field by using the current pen. For each additional line, drawing is performed from the ending point of the previous line to the next point specified by aPoints.

public sealed class EmfPolylineTo16 : EmfPolyShape
Inheritance
EmfPolylineTo16
Inherited Members

Constructors

EmfPolylineTo16()

Initializes a new instance of the EmfPolylineTo16 class.

public EmfPolylineTo16()

EmfPolylineTo16(EmfRecord)

Initializes a new instance of the EmfPolylineTo16 class.

public EmfPolylineTo16(EmfRecord source)

Parameters

source EmfRecord

The source.