Class Line
Assembly: Advanced.Algorithms.dll
Syntax
Constructors
Line(Point, Point, Int32)
Declaration
public Line(Point start, Point end, int precision = 5)
Parameters
Properties
IsHorizontal
Declaration
public bool IsHorizontal { get; }
Property Value
IsVertical
Declaration
public bool IsVertical { get; }
Property Value
Left
Declaration
public Point Left { get; }
Property Value
Right
Declaration
public Point Right { get; }
Property Value
Slope
Declaration
public double Slope { get; }
Property Value
Methods
Clone()
Declaration
Returns
Extension Methods