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