The default constructor set the Resolution to 1.
public Line();
Constructor, which initializes the line by the startingpoint and the endpoint
public Line(xy,xy);
Line Class | Minais.Drawing3d.Curves Namespace