Class EmfSetWindowOrgEx

Class EmfSetWindowOrgEx

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

The EMR_SETWINDOWORGEX record defines the window origin.

public sealed class EmfSetWindowOrgEx : EmfStateRecordType

Inheritance

objectMetaObjectEmfRecordEmfStateRecordTypeEmfSetWindowOrgEx

Inherited Members

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

Constructors

EmfSetWindowOrgEx(EmfRecord)

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

public EmfSetWindowOrgEx(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfSetWindowOrgEx()

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

public EmfSetWindowOrgEx()

Properties

Origin

Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the window horizontal and vertical origin in logical units.

public Point Origin { get; set; }

Property Value

Point