.. A7 Graphics Ellipse class

.. _gellipse-label:

Class GEllipse
==============
This class represents a solid ellipse to draw to the screen. The ellipse is the largest 
one that can be drawn inside of a rectangle whose center is at (x,y), with the given 
width and height. 

Constructor
-----------
.. autoclass:: game2d.grectangle.GEllipse

Attributes
----------
This class has all of the attributes of :ref:`GObject <gobject-label>` and those of :ref:`GRectangle <grectangle-label>`.  It has no additional attributes.

Methods
-------

This class does not have any methods beyond those defined in :ref:`GObject <gobject-label>`.

:ref:`Return to top level <top-label>`