EmfSetViewportExtEx

EmfSetViewportExtEx class

The EMR_SETVIEWPORTEXTEX record defines the viewport extent.

public sealed class EmfSetViewportExtEx : EmfStateRecordType

Constructors

NameDescription
EmfSetViewportExtEx()Initializes a new instance of the EmfSetViewportExtEx class.
EmfSetViewportExtEx(EmfRecord)Initializes a new instance of the EmfSetViewportExtEx class.

Properties

NameDescription
Extent { get; set; }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.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also