Constructor and Description |
---|
EmfMoveToEx()
Initializes a new instance of the
EmfMoveToEx class. |
EmfMoveToEx(EmfRecord record)
Initializes a new instance of the
EmfMoveToEx class. |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
public EmfMoveToEx(EmfRecord record)
Initializes a new instance of the EmfMoveToEx
class.
record
- The record.public EmfMoveToEx()
Initializes a new instance of the EmfMoveToEx
class.
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.
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.