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