| VectorOfPoint2f Constructor (IEnumerablePoint2f) | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic VectorOfPoint2f(
	IEnumerable<Point2f> data
)
Public Sub New ( 
	data As IEnumerable(Of Point2f)
)
public:
VectorOfPoint2f(
	IEnumerable<Point2f>^ data
)
new : 
        data : IEnumerable<Point2f> -> VectorOfPoint2fOpenCvSharp.VectorOfPoint2f = function(data);
Parameters
- data
- Type: System.Collections.GenericIEnumerablePoint2f
 
 See Also
See Also