public final class EmfSetWindowOrgEx extends EmfStateRecordType
The EMR_SETWINDOWORGEX record defines the window origin.
Constructor and Description |
---|
EmfSetWindowOrgEx()
Initializes a new instance of the
EmfSetWindowOrgEx class. |
EmfSetWindowOrgEx(EmfRecord source)
Initializes a new instance of the
EmfSetWindowOrgEx class. |
Modifier and Type | Method and Description |
---|---|
Point |
getOrigin()
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.
|
void |
setOrigin(Point value)
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.
|
public EmfSetWindowOrgEx(EmfRecord source)
Initializes a new instance of the EmfSetWindowOrgEx
class.
source
- The source.public EmfSetWindowOrgEx()
Initializes a new instance of the EmfSetWindowOrgEx
class.
public Point getOrigin()
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.
public void setOrigin(Point value)
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.