Beispiel #1
0
	/// Sets the center point of this Ellipse2D
	void setCenter(value_type x, value_type y) { m_center.setXY(x, y); }