An NDoc Documented Class Library

Line Constructor (xy, xy)

Constructor, which initializes the line by the startingpoint and the endpoint

public Line(
   xy A,
   xy B
);

Parameters

A
Startpoint
B
Endpoint

See Also

Line Class | Minais.Drawing3d.Curves Namespace | Line Constructor Overload List