Click or drag to resize
Accord.NET (logo)

Line Properties

The Line type exposes the following members.

Properties
  NameDescription
Public propertyIntercept
If not IsVertical, gets the Line's Y-intercept. If IsVertical gets the line's X-intercept.
Public propertyIsHorizontal
Checks if the line horizontal or not.
Public propertyIsVertical
Checks if the line vertical or not.
Public propertySlope
Gets the slope of the line.
Top
See Also