public class EmfSetWindowOrgEx extends EmfStateRecordType
The EMR_SETWINDOWORGEX record defines the window origin.
Constructor and Description |
---|
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.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfSetWindowOrgEx(EmfRecord source)
Initializes a new instance of the EmfSetWindowOrgEx
class.
source
- The source.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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.