Class EmfSetViewportOrgEx

Class EmfSetViewportOrgEx

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

The EMR_SETVIEWPORTORGEX record defines the viewport origin.

public sealed class EmfSetViewportOrgEx : EmfStateRecordType

Inheritance

objectMetaObjectEmfRecordEmfStateRecordTypeEmfSetViewportOrgEx

Inherited Members

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

Constructors

EmfSetViewportOrgEx(EmfRecord)

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

public EmfSetViewportOrgEx(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfSetViewportOrgEx()

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

public EmfSetViewportOrgEx()

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