Class EmfSetWindowExtEx
EmfSetWindowExtEx class
The EMR_SETWINDOWEXTEX record defines the window extent.
public sealed class EmfSetWindowExtEx : EmfStateRecordType
Constructors
Name | Description |
---|
EmfSetWindowExtEx() | Initializes a new instance of the EmfSetWindowExtEx class. |
EmfSetWindowExtEx(EmfRecord) | Initializes a new instance of the EmfSetWindowExtEx class. |
Properties
Name | Description |
---|
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 logical units. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also