EmfSetViewportOrgEx

EmfSetViewportOrgEx class

The EMR_SETVIEWPORTORGEX record defines the viewport origin.

public sealed class EmfSetViewportOrgEx : EmfStateRecordType

Constructors

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

Properties

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

See Also