Table of Contents

Class EmfSetViewportOrgEx

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

The EMR_SETVIEWPORTORGEX record defines the viewport origin.

public sealed class EmfSetViewportOrgEx : EmfStateRecordType
Inheritance
EmfSetViewportOrgEx
Inherited Members

Constructors

EmfSetViewportOrgEx()

Initializes a new instance of the EmfSetViewportOrgEx class.

public EmfSetViewportOrgEx()

EmfSetViewportOrgEx(EmfRecord)

Initializes a new instance of the EmfSetViewportOrgEx class.

public EmfSetViewportOrgEx(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 device units.

public Point Origin { get; set; }

Property Value

Point