public final class EmfSetViewportOrgEx extends EmfStateRecordType
The EMR_SETVIEWPORTORGEX record defines the viewport origin.
Constructor and Description |
---|
EmfSetViewportOrgEx()
Initializes a new instance of the
EmfSetViewportOrgEx class. |
EmfSetViewportOrgEx(EmfRecord source)
Initializes a new instance of the
EmfSetViewportOrgEx 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 device 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 device units.
|
public EmfSetViewportOrgEx(EmfRecord source)
Initializes a new instance of the EmfSetViewportOrgEx
class.
source
- The source.public EmfSetViewportOrgEx()
Initializes a new instance of the EmfSetViewportOrgEx
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 device 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 device units.