Click or drag to resize

VectorOfVectorOfPointF Constructor (PointF)

http://www.emgu.com
Create the standard vector of VectorOfPointF

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public VectorOfVectorOfPointF(
	PointF[][] values
)

Parameters

values
Type: System.DrawingPointF

[Missing <param name="values"/> documentation for "M:Emgu.CV.Util.VectorOfVectorOfPointF.#ctor(System.Drawing.PointF[][])"]

See Also