InfiniteLine Class

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.
Inheritance Hierarchy

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class InfiniteLine : Coordinate

The InfiniteLine type exposes the following members.

Constructors
  NameDescription
Public methodInfiniteLine
Creates an instance of the InfiniteLine class.
Properties
  NameDescription
Public propertyA
An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.
Public propertyB
A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
(Overrides CoordinateDel.)
Public propertyIX
The zero-based index of the element within its parent element.
(Overrides CoordinateIX.)
Public propertyX
An x-coordinate of a point on the infinite line.
Public propertyY
A y-coordinate of a point on the infinite line.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
(Inherited from Coordinate.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also