Draw a line segment in the map

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

- line (LineSegment2DF)
- The line to be draw
- color (TColor)
- The color for the line
- thickness (Int32)
- The thickness of the line