Emgu CV Library Documentation
Point2D<(Of <(T>)>) Constructor (x, y)
NamespacesEmgu.CVPoint2D<(Of <(T>)>)Point2D<(Of <(T>)>)(T, T)

www.emgu.com/wiki
Create a 2D point of the specific location
Declaration Syntax
C#Visual BasicVisual C++
public Point2D(
	T x,
	T y
)
Public Sub New ( _
	x As T, _
	y As T _
)
public:
Point2D(
	T x, 
	T y
)
Parameters
x (T)
The x value of this point
y (T)
The y value of this point

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)