Draw a 2D Cross using the specific color and thickness

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void Draw(
	Cross2DF cross,
	TColor color,
	int thickness
)
Visual Basic (Declaration)
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

See Also