public final class EmfArcTo extends EmfDrawingRecordType
The EMR_ARCTO record specifies an elliptical arc. It resets the current position to the end point of the arc.
Constructor and Description |
---|
EmfArcTo()
Initializes a new instance of the
EmfArcTo class. |
EmfArcTo(EmfRecord source)
Initializes a new instance of the
EmfArcTo class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the bounding rectangle.
|
Point |
getEnd()
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial
ending point, in logical units.
|
Point |
getStart()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates of the first radial ending point, in logical units.
|
void |
setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the bounding rectangle.
|
void |
setEnd(Point value)
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial
ending point, in logical units.
|
void |
setStart(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates of the first radial ending point, in logical units.
|
public EmfArcTo(EmfRecord source)
Initializes a new instance of the EmfArcTo
class.
source
- The source.public EmfArcTo()
Initializes a new instance of the EmfArcTo
class.
public Rectangle getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public void setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public Point getStart()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units.
public void setStart(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units.
public Point getEnd()
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.
public void setEnd(Point value)
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.