Draw a rectangle in the map
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public void Draw( RectangleF rect, TColor color, int thickness ) |
Visual Basic (Declaration) |
---|
Public Sub Draw ( _ rect As RectangleF, _ color As TColor, _ thickness As Integer _ ) |
Visual C++ |
---|
public: void Draw( RectangleF rect, TColor color, int thickness ) |
Parameters
- rect
- Type: System.Drawing..::.RectangleF
The rectangle to draw
- color
- Type: TColor
The color for the rectangle
- thickness
- Type: System..::.Int32
The thickness of the rectangle, any value less than or equal to 0 will result in a filled rectangle