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.3.0.0 (1.3.0.0)