Table of Contents

Class EmfLineTo

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

The EMR_LINETO record specifies a line from the current position up to, but not including, the specified point.It resets the current position to the specified point.

public sealed class EmfLineTo : EmfRecord
Inheritance
EmfLineTo
Inherited Members

Constructors

EmfLineTo()

Initializes a new instance of the EmfLineTo class.

public EmfLineTo()

EmfLineTo(EmfRecord)

Initializes a new instance of the EmfLineTo class.

public EmfLineTo(EmfRecord record)

Parameters

record EmfRecord

The record.

Properties

Point

Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the line's ending point.

public Point Point { get; set; }

Property Value

Point