WmfArc
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfRectangle
public class WmfArc extends WmfRectangle
The META_ARC record draws an elliptical arc.
Constructors
| Constructor | Description |
|---|---|
| WmfArc() |
Methods
| Method | Description |
|---|---|
| getEndArc() | Gets or sets the end arc. |
| setEndArc(Point value) | Gets or sets the end arc. |
| getStartArc() | Gets or sets the start arc. |
| setStartArc(Point value) | Gets or sets the start arc. |
WmfArc()
public WmfArc()
getEndArc()
public Point getEndArc()
Gets or sets the end arc.
Value: Coordinates of the ending point of the radial line defining the ending
Returns: Point
setEndArc(Point value)
public void setEndArc(Point value)
Gets or sets the end arc.
Value: Coordinates of the ending point of the radial line defining the ending
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point |
getStartArc()
public Point getStartArc()
Gets or sets the start arc.
Value: Coordinates, in logical units, of the ending point of the radial line defining the starting point of the arc
Returns: Point
setStartArc(Point value)
public void setStartArc(Point value)
Gets or sets the start arc.
Value: Coordinates, in logical units, of the ending point of the radial line defining the starting point of the arc
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point |