WmfLineTo

WmfLineTo class

The META_LINETO record draws a line from the drawing position that is defined in the playback device context up to, but not including, the specified point.

public class WmfLineTo : WmfPointObject

Constructors

NameDescription
WmfLineTo()The default constructor.

Properties

NameDescription
Point { get; set; }Gets or sets the point.

See Also