| VectorOfPoint2f Constructor (IEnumerablePoint2f) |
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public VectorOfPoint2f(
IEnumerable<Point2f> data
)
Public Sub New (
data As IEnumerable(Of Point2f)
)
public:
VectorOfPoint2f(
IEnumerable<Point2f>^ data
)
new :
data : IEnumerable<Point2f> -> VectorOfPoint2f
Parameters
- data
- Type: System.Collections.GenericIEnumerablePoint2f
[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfPoint2f.#ctor(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f})"]
See Also