http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Draw a 2D Cross using the specific color and thickness
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Draw( Cross2DF cross, TColor color, int thickness ) |
Visual Basic |
---|
Public Sub Draw ( _ cross As Cross2DF, _ color As TColor, _ thickness As Integer _ ) |
Visual C++ |
---|
public: void Draw( Cross2DF cross, TColor color, int thickness ) |
Parameters
- cross
- Type: Emgu.CV.Structure..::..Cross2DF
The 2D Cross to be drawn
- color
- Type: TColor
The color of the cross
- thickness
- Type: System..::..Int32
Must be > 0