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.1.0.3408 (4.1.0.3408)
Syntaxpublic void Draw(
RectangleF rect,
TColor color,
int thickness
)
Public Sub Draw (
rect As RectangleF,
color As TColor,
thickness As Integer
)
public:
void Draw(
RectangleF rect,
TColor color,
int thickness
)
member Draw :
rect : RectangleF *
color : 'TColor *
thickness : int -> unit
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