Emgu CV Library Documentation
Coordinate Property
NamespacesEmgu.CVPoint<(Of <(T>)>)Coordinate

www.emgu.com/wiki
The array representation of this point,
Declaration Syntax
C#Visual BasicVisual C++
public T[] Coordinate { get; set; }
Public Property Coordinate As T()
public:
property array<T>^ Coordinate {
	array<T>^ get ();
	void set (array<T>^ value);
}

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