Click or drag to resize

ImageTColor, TDepthDraw Method (Cross2DF, TColor, Int32)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void Draw(
	Cross2DF cross,
	TColor color,
	int thickness
)

Parameters

cross
Type: Emgu.CV.StructureCross2DF
The 2D Cross to be drawn
color
Type: TColor
The color of the cross
thickness
Type: SystemInt32
Must be > 0
See Also