CRaPI - Correct Robust and Perfect API

Line2D Constructor 

Constructs a Line2D

public Line2D(
   Point2D pStart,
   Point2D pEnd
);

Parameters

pStart
Start position of line
pEnd
End position of line

Remarks

The line is created with two points, which are the lines start and end points.

See Also

Line2D Class | TeamYaffa.CRaPI.Utility Namespace