Emgu CV Library Documentation
Draw<(Of <(T>)>) Method (box, color, thickness)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Draw<(Of <(T>)>)(MCvBox2D, TColor, Int32)

www.emgu.com/wiki
Draw a box of the specific color and thickness
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Draw<T>(
	MCvBox2D box,
	TColor color,
	int thickness
)
where T : struct, new(), IComparable
Public Overridable Sub Draw(Of T As {Structure, New, IComparable}) ( _
	box As MCvBox2D, _
	color As TColor, _
	thickness As Integer _
)
public:
generic<typename T>
where T : value class, gcnew(), IComparable
virtual void Draw(
	MCvBox2D box, 
	TColor color, 
	int thickness
)
Generic Template Parameters
T
The type of Box2D to draw
Parameters
box (MCvBox2D)
The box to be drawn
color (TColor)
The color of the rectangle
thickness (Int32)
If thickness is less than 1, the rectangle is filled up

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)