[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws an ellipse [Property] Graphics=Sets the Graphics to draw an ellipse. ARG(Graphics)|20|(empty)|Graphics Pen=Sets the Pen that determines the color, width, and style of the ellipse. ARG(Pen)|20|(empty)|Pen X=Sets the x-coordinate of the upper-left corner of the rectangle that defines the ellipse. ARG(int||float)|2| Y=Sets the y-coordinate of the upper-left corner of the rectangle that defines the ellipse. ARG(int||float)|2| Width=Sets the Width of the rectangle that defines the ellipse. ARG(int||float)|2| Height=Sets the Height of the rectangle that defines the ellipse. ARG(int||float)|2| [Methods] doDrawEllipse=Draws an ellipse specified by a bounding Rectangle||RectangleF structure. ARG(Pen pen, Rectangle||RectangleF rect)|1|0 *doDrawEllipse2=Draws an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. ARG(Pen pen, int x, int y, int width, int height)|1|0 *doDrawEllipse3=Draws an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. ARG(Pen pen, float x, float y, float width, float height)|1|0 Graphics=Defines the Graphics to draw an ellipse. ARG(Graphics)|4|0 Pen=Defines the Pen that determines the color, width, and style of the ellipse. ARG(Pen)|4|0 *rect=Defines Rectangle||RectangleF structure that defines the boundaries of the ellipse. ARG(Rectangle||RectangleF)|4|0 *x=Defines the x-coordinate of the upper-left corner of the rectangle that defines the ellipse. ARG(int||float)|4|0 *y=Defines the y-coordinate of the upper-left corner of the rectangle that defines the ellipse. ARG(int||float)|4|0 *width=Defines the Width of the rectangle that defines the ellipse. ARG(int||float)|4|0 *height=Defines the Height of the rectangle that defines the ellipse. ARG(int||float)|4|0