InfiniteLine
Source: aspose.
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.
new InfiniteLine()
Creates an instance of the InfiniteLine class.
Methods
deepClone() → Object
Creates deep copy of this instance.
- Returns
-
Object
getA()
An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.
getB()
A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.
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()
An x-coordinate of a point on the infinite line.
getY()
A y-coordinate of a point on the infinite line.
setA()
An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.
setB()
A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.
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()
An x-coordinate of a point on the infinite line.
setY()
A y-coordinate of a point on the infinite line.