Click or drag to resize

VectorOfPoint2d Constructor (IEnumerablePoint2d)

Initializes a new instance of the VectorOfPoint2d class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public VectorOfPoint2d(
	IEnumerable<Point2d> data
)

Parameters

data
Type: System.Collections.GenericIEnumerablePoint2d

[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfPoint2d.#ctor(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2d})"]

See Also