VectorOfVectorInt Constructor (Int32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic VectorOfVectorInt(
int size
)
Public Sub New (
size As Integer
)
public:
VectorOfVectorInt(
int size
)
new :
size : int -> VectorOfVectorInt
OpenCvSharp.VectorOfVectorInt = function(size);
Parameters
- size
- Type: SystemInt32
See Also