Get or Set the center of the circle

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

Syntax

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

See Also