EmfMoveToEx

EmfMoveToEx class

The EMR_MOVETOEX record specifies coordinates of the new current position, in logical units.

public sealed class EmfMoveToEx : EmfRecord

Constructors

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

Properties

NameDescription
Offset { get; set; }Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also