Table of Contents

Class EmfMoveToEx

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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 EmfRecord

The 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; }

Property Value

Point