Draw a line segment using the specific color and thickness

C# | Visual Basic | Visual C++ |
public virtual void Draw( LineSegment2D line, TColor color, int thickness )
Public Overridable Sub Draw ( _ line As LineSegment2D, _ color As TColor, _ thickness As Integer _ )
public: virtual void Draw( LineSegment2D line, TColor color, int thickness )

- line (LineSegment2D)
- The line segment to be drawn
- color (TColor)
- The color of the line segment
- thickness (Int32)
- The thickness of the line segment