WmfMoveTo

WmfMoveTo class

The META_MOVETO record sets the output position in the playback device context to a specified point.

public class WmfMoveTo : WmfPointObject

Constructors

NameDescription
WmfMoveTo()The default constructor.

Properties

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

See Also