aspose.diagram
Class InfiniteLine

Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.

Constructor Summary
InfiniteLine()
           Creates an instance of the InfiniteLine class.
 
Property Getters/Setters Summary
functiongetA()
functionsetA(value)
           An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.
functiongetB()
functionsetB(value)
           A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.
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)
           An x-coordinate of a point on the infinite line.
functiongetY()
functionsetY(value)
           A y-coordinate of a point on the infinite line.
 
Method Summary
functiondeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

InfiniteLine

function InfiniteLine()
Creates an instance of the InfiniteLine 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)
An x-coordinate of a point on the infinite line.

getY/setY : DoubleValue 

function getY() / function setY(value)
A y-coordinate of a point on the infinite line.

getA/setA : DoubleValue 

function getA() / function setA(value)
An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.

getB/setB : DoubleValue 

function getB() / function setB(value)
A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.

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.