The point this facet associates to

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public PointF Point { get; set; }
Visual Basic (Declaration)
Public Property Point As PointF
Visual C++
public:
property PointF Point {
	PointF get ();
	void set (PointF value);
}

See Also