http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Draw a rectangle in the map
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Draw( RectangleF rect, TColor color, int thickness ) |
Visual Basic |
---|
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