Constructor and Description |
---|
EmfLineTo(EmfRecord record)
Initializes a new instance of the
EmfLineTo class. |
Modifier and Type | Method and Description |
---|---|
Point |
getPoint()
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15,
which specifies the coordinates of the line's ending point.
|
void |
setPoint(Point value)
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15,
which specifies the coordinates of the line's ending point.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfLineTo(EmfRecord record)
Initializes a new instance of the EmfLineTo
class.
record
- The record.public Point getPoint()
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the line's ending point.
public void setPoint(Point value)
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the line's ending point.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.