Class EmfMoveToEx
The EMR_MOVETOEX record specifies coordinates of the new current position, in logical units.
public sealed class EmfMoveToEx : EmfRecord
- Inheritance
-
EmfMoveToEx
- Inherited Members
Constructors
EmfMoveToEx()
Initializes a new instance of the EmfMoveToEx class.
public EmfMoveToEx()
EmfMoveToEx(EmfRecord)
Initializes a new instance of the EmfMoveToEx class.
public EmfMoveToEx(EmfRecord record)
Parameters
record
EmfRecordThe record.
Properties
Offset
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.
public Point Offset { get; set; }