MapTColor, TDepthDraw Method (RectangleF, TColor, Int32) |
http://www.emgu.com
Draw a rectangle in the map
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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