Class EmfMoveToEx

Class EmfMoveToEx

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.4.0)

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

public sealed class EmfMoveToEx : EmfRecord

Inheritance

object MetaObject EmfRecord EmfMoveToEx

Inherited Members

EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfMoveToEx(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfMoveToEx class.

public EmfMoveToEx(EmfRecord record)

Parameters

record EmfRecord

The record.

EmfMoveToEx()

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfMoveToEx class.

public EmfMoveToEx()

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

 English