VectorOfRect Constructor (Rectangle) |
http://www.emgu.com
Create an standard vector of Rect with the initial values
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VectorOfRect(
Rectangle[] values
)
Public Sub New (
values As Rectangle()
)
public:
VectorOfRect(
array<Rectangle>^ values
)
new :
values : Rectangle[] -> VectorOfRect
Parameters
- values
- Type: System.DrawingRectangle
The initial values
See Also