Emgu CV Library Documentation
FromArray<(Of <(D>)>) Method (values)
NamespacesEmgu.CVPointCollectionFromArray<(Of <(D>)>)(array<D,2>[,](,)[,])

www.emgu.com/wiki
Get an array of Point2D from a 2D array of values
Declaration Syntax
C#Visual BasicVisual C++
public static Point2D<D>[] FromArray<D>(
	D[,] values
)
where D : new(), IComparable
Public Shared Function FromArray(Of D As {New, IComparable}) ( _
	values As D(,) _
) As Point2D(Of D)()
public:
generic<typename D>
where D : gcnew(), IComparable
static array<Point2D<D>^>^ FromArray(
	array<D,2>^ values
)
Generic Template Parameters
D
The type of the point
Parameters
values (array< D ,2>[,](,)[,])
The 2D array of values, size of Nx2
Return Value
An array of Point2D

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)