Class EmfSetWindowExtEx
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
EmfRecordThe 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; }