aspose.diagram
Class NURBSTo

Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). This information is specified in the X, Y, A, B, C, D, and E elements, respectively.

Constructor Summary
NURBSTo()
           Creates an instance of the NURBSTo class.
 
Property Getters/Setters Summary
functiongetA()
functionsetA(value)
           The second-to-last knot of the nonuniform rational B-spline (NURBS).
functiongetB()
functionsetB(value)
           The last weight of the nonuniform rational B-spline (NURBS).
functiongetC()
functionsetC(value)
           The first knot of the nonuniform rational B-spline (NURBS).
functiongetD()
functionsetD(value)
           The first weight of the nonuniform rational B-spline (NURBS)
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.
functiongetE()
functionsetE(value)
           Contains a nonuniform rational B-spline (NURBS) formula.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetX()
functionsetX(value)
           The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
functiongetY()
functionsetY(value)
           The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
 
Method Summary
functiondeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

NURBSTo

function NURBSTo()
Creates an instance of the NURBSTo 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 last control point of a nonuniform rational B-spline (NURBS).

getY/setY : DoubleValue 

function getY() / function setY(value)
The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).

getA/setA : DoubleValue 

function getA() / function setA(value)
The second-to-last knot of the nonuniform rational B-spline (NURBS).

getB/setB : DoubleValue 

function getB() / function setB(value)
The last weight of the nonuniform rational B-spline (NURBS).

getC/setC : DoubleValue 

function getC() / function setC(value)
The first knot of the nonuniform rational B-spline (NURBS).

getD/setD : DoubleValue 

function getD() / function setD(value)
The first weight of the nonuniform rational B-spline (NURBS)

getE/setE : StrValue 

function getE() / function setE(value)
Contains a nonuniform rational B-spline (NURBS) formula.

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.