Click or drag to resize

MapTColor, TDepthDraw Method (RectangleF, TColor, Int32)

http://www.emgu.com
Draw a rectangle in the map

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void Draw(
	RectangleF rect,
	TColor color,
	int thickness
)

Parameters

rect
Type: System.DrawingRectangleF
The rectangle to draw
color
Type: TColor
The color for the rectangle
thickness
Type: SystemInt32
The thickness of the rectangle, any value less than or equal to 0 will result in a filled rectangle
See Also