Draw an Rectangle of the specific color and thickness
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public virtual void Draw(
Rectangle rect,
TColor color,
int thickness
)
Public Overridable Sub Draw ( _
rect As Rectangle, _
color As TColor, _
thickness As Integer _
)
public:
virtual void Draw(
Rectangle rect,
TColor color,
int thickness
)
Parameters
- rect
- Rectangle
The rectangle to be drawn
- color
- TColor
The color of the rectangle
- thickness
- Int32
If thickness is less than 1, the rectangle is filled up
See Also