Click or drag to resize

Line Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodLine(IEnumerablePoint)
Create a new line based on the given points. Only the first and last point will be used
Public methodLine(Point, Point)
Create a new line using the given start and end point
Top
See Also