public final class EmfArc extends EmfDrawingRecordType
The EMR_ARC record specifies an elliptical arc.
Constructor and Description |
---|
EmfArc()
Initializes a new instance of the
EmfArc class. |
EmfArc(EmfRecord source)
Initializes a new instance of the
EmfArc 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 inclusive-inclusive bounding rectangle.
|
Point |
getEnd()
Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of
the ending point of the radial line defining the ending point of the arc.
|
Point |
getStart()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates, in logical units, of the ending point of the radial line defining the
starting point of the arc.
|
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 inclusive-inclusive bounding rectangle.
|
void |
setEnd(Point value)
Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of
the ending point of the radial line defining the ending point of the arc.
|
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, in logical units, of the ending point of the radial line defining the
starting point of the arc.
|
public EmfArc(EmfRecord source)
Initializes a new instance of the EmfArc
class.
source
- The source.public EmfArc()
Initializes a new instance of the EmfArc
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 inclusive-inclusive 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 inclusive-inclusive 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, in logical units, of the ending point of the radial line defining the starting point of the arc.
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, in logical units, of the ending point of the radial line defining the starting point of the arc.
public Point getEnd()
Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc.
public void setEnd(Point value)
Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc.