EmfMoveToEx
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord
public final class EmfMoveToEx extends EmfRecord
The EMR_MOVETOEX record specifies coordinates of the new current position, in logical units.
Constructors
Constructor | Description |
---|---|
EmfMoveToEx(EmfRecord record) | Initializes a new instance of the EmfMoveToEx class. |
EmfMoveToEx() | Initializes a new instance of the EmfMoveToEx class. |
Methods
Method | Description |
---|---|
getOffset() | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units. |
setOffset(Point value) | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units. |
EmfMoveToEx(EmfRecord record)
public EmfMoveToEx(EmfRecord record)
Initializes a new instance of the EmfMoveToEx
class.
Parameters:
Parameter | Type | Description |
---|---|---|
record | EmfRecord | The record. |
EmfMoveToEx()
public EmfMoveToEx()
Initializes a new instance of the EmfMoveToEx
class.
getOffset()
public Point getOffset()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units.
Returns: Point
setOffset(Point value)
public void setOffset(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |