Line Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | Line(IEnumerablePoint) |
Create a new line based on the given points. Only the first and last point will be used
|
![]() | Line(Point, Point) |
Create a new line using the given start and end point
|