Table of Contents

Class EmfSetViewportExtEx

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

The EMR_SETVIEWPORTEXTEX record defines the viewport extent.

public sealed class EmfSetViewportExtEx : EmfStateRecordType
Inheritance
EmfSetViewportExtEx
Inherited Members

Constructors

EmfSetViewportExtEx()

Initializes a new instance of the EmfSetViewportExtEx class.

public EmfSetViewportExtEx()

EmfSetViewportExtEx(EmfRecord)

Initializes a new instance of the EmfSetViewportExtEx class.

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

public Size Extent { get; set; }

Property Value

Size