VectorOfRect Constructor (Rectangle) |
http://www.emgu.com
Create an standard vector of Rect with the initial values
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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