aspose.diagram
Class RelEllipticalArcTo

Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.

Constructor Summary
RelEllipticalArcTo()
           Creates an instance of the EllipticalArcTo class.
 
Property Getters/Setters Summary
functiongetA()
functionsetA(value)
           The x-coordinate of the arc's control point�a point on the arc. The control point is best located about halfway between the beginning and ending vertices of the arc. Otherwise, the arc may grow to an extreme size in order to pass through the control point, with unpredictable results.
functiongetB()
functionsetB(value)
           The y-coordinate of an arc's control point.
functiongetC()
functionsetC(value)
           The angle of an arc's major axis relative to the x-axis of its parent.
functiongetD()
functionsetD(value)
           The ratio of an arc's major axis to its minor axis. Despite the usual meaning of these words, the major axis does not have to be greater than the minor axis, so this ratio does not have to be greater than 1. Setting this element to a value less than or equal to 0 or greater than 1000 can lead to unpredictable results.
functiongetDel()
functionsetDel(value)
           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.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetX()
functionsetX(value)
           The x-coordinate of the ending vertex of an elliptical arc.
functiongetY()
functionsetY(value)
           The y-coordinate of the ending vertex of an elliptical arc.
 
Method Summary
functiondeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

RelEllipticalArcTo

function RelEllipticalArcTo()
Creates an instance of the EllipticalArcTo class.

Property Getters/Setters Detail

getIX/setIX : Number 

function getIX() / function setIX(value)
The zero-based index of the element within its parent element.

getDel/setDel : Number 

function getDel() / function setDel(value)
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.

getX/setX : DoubleValue 

function getX() / function setX(value)
The x-coordinate of the ending vertex of an elliptical arc.

getY/setY : DoubleValue 

function getY() / function setY(value)
The y-coordinate of the ending vertex of an elliptical arc.

getA/setA : DoubleValue 

function getA() / function setA(value)
The x-coordinate of the arc's control point�a point on the arc. The control point is best located about halfway between the beginning and ending vertices of the arc. Otherwise, the arc may grow to an extreme size in order to pass through the control point, with unpredictable results.

getB/setB : DoubleValue 

function getB() / function setB(value)
The y-coordinate of an arc's control point.

getC/setC : DoubleValue 

function getC() / function setC(value)
The angle of an arc's major axis relative to the x-axis of its parent.

getD/setD : DoubleValue 

function getD() / function setD(value)
The ratio of an arc's major axis to its minor axis. Despite the usual meaning of these words, the major axis does not have to be greater than the minor axis, so this ratio does not have to be greater than 1. Setting this element to a value less than or equal to 0 or greater than 1000 can lead to unpredictable results.

Method Detail

deepClone

function deepClone()
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.