www.emgu.com/wiki Draw a 2D Cross using the specific color and thickness

Declaration Syntax
public void Draw(
Cross2DF cross,
TColor color,
int thickness
)
Public Sub Draw ( _
cross As Cross2DF, _
color As TColor, _
thickness As Integer _
)
public:
void Draw(
Cross2DF cross,
TColor color,
int thickness
)

Parameters
- cross (Cross2DF)
- The 2D Cross to be drawn
- color (TColor)
- The color of the cross
- thickness (Int32)
- Must be > 0
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)