http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Draw a line segment in the map
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public override void Draw( LineSegment2DF line, TColor color, int thickness ) |
Visual Basic |
---|
Public Overrides Sub Draw ( _ line As LineSegment2DF, _ color As TColor, _ thickness As Integer _ ) |
Visual C++ |
---|
public: virtual void Draw( LineSegment2DF line, TColor color, int thickness ) override |
Parameters
- line
- Type: Emgu.CV.Structure..::..LineSegment2DF
The line to be draw
- color
- Type: TColor
The color for the line
- thickness
- Type: System..::..Int32
The thickness of the line