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