Emgu CV Library Documentation
MCvPoint Constructor (x, y)
NamespacesEmgu.CVMCvPointMCvPoint(Int32, Int32)

www.emgu.com/wiki
Create a MCvPoint structure with the specific x and y coordinates
Declaration Syntax
C#Visual BasicVisual C++
public MCvPoint(
	int x,
	int y
)
Public Sub New ( _
	x As Integer, _
	y As Integer _
)
public:
MCvPoint(
	int x, 
	int y
)
Parameters
x (Int32)
x-coordinate
y (Int32)
y-coordinate

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