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