Draw a 2D Cross using the specific color and thickness

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

Syntax

         
 C#  Visual Basic  Visual C++ 
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

See Also