EmfSetWindowOrgEx
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType
public final class EmfSetWindowOrgEx extends EmfStateRecordType
The EMR_SETWINDOWORGEX record defines the window origin.
Constructors
Constructor | Description |
---|---|
EmfSetWindowOrgEx(EmfRecord source) | Initializes a new instance of the EmfSetWindowOrgEx class. |
EmfSetWindowOrgEx() | Initializes a new instance of the EmfSetWindowOrgEx class. |
Methods
Method | Description |
---|---|
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. |
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. |
EmfSetWindowOrgEx(EmfRecord source)
public EmfSetWindowOrgEx(EmfRecord source)
Initializes a new instance of the EmfSetWindowOrgEx
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
EmfSetWindowOrgEx()
public EmfSetWindowOrgEx()
Initializes a new instance of the EmfSetWindowOrgEx
class.
getOrigin()
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.
Returns: Point
setOrigin(Point value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |