Table of Contents

Class EmfSetWindowExtEx

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

The EMR_SETWINDOWEXTEX record defines the window extent.

public sealed class EmfSetWindowExtEx : EmfStateRecordType
Inheritance
EmfSetWindowExtEx
Inherited Members

Constructors

EmfSetWindowExtEx()

Initializes a new instance of the EmfSetWindowExtEx class.

public EmfSetWindowExtEx()

EmfSetWindowExtEx(EmfRecord)

Initializes a new instance of the EmfSetWindowExtEx class.

public EmfSetWindowExtEx(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Extent

Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units.

public Size Extent { get; set; }

Property Value

Size