EmfLineTo

EmfLineTo class

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

Constructors

NameDescription
EmfLineTo()Initializes a new instance of the EmfLineTo class.
EmfLineTo(EmfRecord)Initializes a new instance of the EmfLineTo class.

Properties

NameDescription
Point { get; set; }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.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also