http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Draws a rectangle specified by a CvRect structure
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void cvRectangleR( IntPtr img, Rectangle rect, MCvScalar color, int thickness, LINE_TYPE lineType, int shift ) |
Visual Basic |
---|
Public Shared Sub cvRectangleR ( _ img As IntPtr, _ rect As Rectangle, _ color As MCvScalar, _ thickness As Integer, _ lineType As LINE_TYPE, _ shift As Integer _ ) |
Visual C++ |
---|
public: static void cvRectangleR( IntPtr img, Rectangle rect, MCvScalar color, int thickness, LINE_TYPE lineType, int shift ) |
Parameters
- img
- Type: System..::..IntPtr
Image
- rect
- Type: System.Drawing..::..Rectangle
The rectangle to be drawn
- color
- Type: Emgu.CV.Structure..::..MCvScalar
Line color
- thickness
- Type: System..::..Int32
Thickness of lines that make up the rectangle. Negative values make the function to draw a filled rectangle.
- lineType
- Type: Emgu.CV.CvEnum..::..LINE_TYPE
Type of the line
- shift
- Type: System..::..Int32
Number of fractional bits in the point coordinates