Table of Contents

Class EmfSetWindowOrgEx

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

The EMR_SETWINDOWORGEX record defines the window origin.

public sealed class EmfSetWindowOrgEx : EmfStateRecordType
Inheritance
EmfSetWindowOrgEx
Inherited Members

Constructors

EmfSetWindowOrgEx()

Initializes a new instance of the EmfSetWindowOrgEx class.

public EmfSetWindowOrgEx()

EmfSetWindowOrgEx(EmfRecord)

Initializes a new instance of the EmfSetWindowOrgEx class.

public EmfSetWindowOrgEx(EmfRecord source)

Parameters

source EmfRecord

The source.

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