aspose.diagram
Class RelCubBezTo

Contains x- and y-coordinates for a RelCubBezTo's points.

Constructor Summary
RelCubBezTo()
           Creates an instance of RelCubBezTo class.
 
Property Getters/Setters Summary
functiongetA()
functionsetA(value)
           The x-coordinate of the control point at the beginning of the curve in relative coordinates.
functiongetB()
functionsetB(value)
           The y-coordinate of the control point at the beginning of the curve in relative coordinates.
functiongetC()
functionsetC(value)
           The x-coordinate of the control point at the end of the curve in relative coordinates.
functiongetD()
functionsetD(value)
           The y-coordinate of the control point at the end of the curve in relative coordinates.
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 endpoint in relative coordinates.
functiongetY()
functionsetY(value)
           The y-coordinate of the endpoint in relative coordinates.
 
Method Summary
functiondeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

RelCubBezTo

function RelCubBezTo()
Creates an instance of RelCubBezTo 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 endpoint in relative coordinates.

getY/setY : DoubleValue 

function getY() / function setY(value)
The y-coordinate of the endpoint in relative coordinates.

getA/setA : DoubleValue 

function getA() / function setA(value)
The x-coordinate of the control point at the beginning of the curve in relative coordinates.

getB/setB : DoubleValue 

function getB() / function setB(value)
The y-coordinate of the control point at the beginning of the curve in relative coordinates.

getC/setC : DoubleValue 

function getC() / function setC(value)
The x-coordinate of the control point at the end of the curve in relative coordinates.

getD/setD : DoubleValue 

function getD() / function setD(value)
The y-coordinate of the control point at the end of the curve in relative coordinates.

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.