www.emgu.com/wiki
Create a MCvPoint structure with the specific x and y coordinates

Declaration Syntax
public MCvPoint(
int x,
int y
)
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)