ArcTo
Source: aspose.
Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.
new ArcTo()
Creates an instance of the ArcTo class.
Methods
deepClone() → Object
Creates deep copy of this instance.
- Returns
-
Object
getA()
The distance from the arc's midpoint to the midpoint of its chord.
getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
getIX()
The zero-based index of the element within its parent element.
getX()
The x-coordinate of the ending vertex of an arc.
getY()
The y-coordinate of the ending vertex of an arc.
setA()
The distance from the arc's midpoint to the midpoint of its chord.
setDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
setIX()
The zero-based index of the element within its parent element.
setX()
The x-coordinate of the ending vertex of an arc.
setY()
The y-coordinate of the ending vertex of an arc.