Emgu CV Library Documentation
Draw<(Of <(T>)>) Method (rect, color, thickness)
NamespacesEmgu.CVMap<(Of <(TColor, TDepth>)>)Draw<(Of <(T>)>)(Rectangle<(Of <(T>)>), TColor, Int32)

www.emgu.com/wiki
Draw a rectangle in the map
Declaration Syntax
C#Visual BasicVisual C++
public override void Draw<T>(
	Rectangle<T> rect,
	TColor color,
	int thickness
)
where T : new(), IComparable
Public Overrides Sub Draw(Of T As {New, IComparable}) ( _
	rect As Rectangle(Of T), _
	color As TColor, _
	thickness As Integer _
)
public:
generic<typename T>
where T : gcnew(), IComparable
virtual void Draw(
	Rectangle<T>^ rect, 
	TColor color, 
	int thickness
) override
Generic Template Parameters
T
The type of the rectangle
Parameters
rect (Rectangle<(Of <(T>)>))
The rectangle to draw
color (TColor)
The color for the rectangle
thickness (Int32)
The thickness of the rectangle, any value less than or equal to 0 will result in a filled rectangle

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)