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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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