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