Emgu CV Library Documentation
Point Property
NamespacesEmgu.CVVoronoiFacetPoint

www.emgu.com/wiki
The point this facet associate to
Declaration Syntax
C#Visual BasicVisual C++
public Point2D<float> Point { get; set; }
Public Property Point As Point2D(Of Single)
public:
property Point2D<float>^ Point {
	Point2D<float>^ get ();
	void set (Point2D<float>^ value);
}

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