[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. [Property] Graphics=Sets the Graphics to fill an ellipse. ARG(Graphics)|20|(empty)|Graphics Brush=Sets the brush that determines the characteristics of the fill. ARG(Brush)|20|(empty)|Brush Rect=Sets a Rectangle||RectangleF structure that represents the bounding rectangle that defines the ellipse. ARG(Rectangle||RectangleF)|20|(empty)|Rectangle X=Sets the x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. ARG(int||float)|2| Y=Sets the y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. ARG(int||float)|2| Width=Sets a Width of the bounding rectangle that defines the ellipse. ARG(int||float)|2| Height=Sets a Height of the bounding rectangle that defines the ellipse. ARG(int||float)|2| [Methods] doFillEllipse=Fills the interior of an ellipse defined by a bounding rectangle specified by a Rectangle||RectangleF structure. ARG(Brush brush, Rectangle||RectangleF rect)|1|0 *doFillEllipse2=Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. ARG(Brush brush, int x, int y, int width, int height)|1|0 *doFillEllipse3=Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. ARG(Brush brush, float x, float y, float width, float height)|1|0 Graphics=Defines the Graphics to fill an ellipse. ARG(Graphics)|4|0 Brush=Defines the brush that determines the characteristics of the fill. ARG(Brush)|4|0 *rect=Defines a Rectangle||RectangleF structure that represents the bounding rectangle that defines the ellipse. ARG(Rectangle||RectangleF)|4|0 *x=Defines the x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. ARG(int||float)|4|0 *y=Defines the y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. ARG(int||float)|4|0 *width=Defines a Width of the bounding rectangle that defines the ellipse. ARG(int||float)|4|0 *height=Defines a Height of the bounding rectangle that defines the ellipse. ARG(int||float)|4|0