public void AddEllipse(float x, float y, float width, float height) { Handle.AddEllipse(x, y, width, height); }