[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. [Property] Graphics=Sets the Graphics to draw a pie. ARG(Graphics)|20|(empty)|Graphics Pen=Sets the Pen that determines the color, width, and style of the pie. ARG(Pen)|20|(empty)|Pen Rect=Sets a Rectangle structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(Rectangle||RectangleF)|20|(empty)|Rectangle StartAngle=Sets an angle measured in degrees clockwise from the x-axis to the first side of the pie shape. ARG(int||float)|2| SweepAngle=Sets an angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. ARG(int||float)|2| X=Sets the x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(int||float)|2| Y=Sets the y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(int||float)|2| Width=Sets the Width of the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(int||float)|2| Height=Sets the Height of the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(int||float)|2| [Methods] doDrawPie=Draws a pie shape defined by an ellipse specified by a Rectangle||RectangleF structure and two radial lines. ARG(Pen pen, Rectangle||RectangleF rect, float startAngle, float sweepAngle)|1|0 *doDrawPie2=Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. ARG(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)|1|0 *doDrawPie3=Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. ARG(Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle)|1|0 Graphics=Defines the Graphics to draw a pie. ARG(Graphics)|4|0 Pen=Defines the Pen that determines the color, width, and style of the pie. ARG(Pen)|4|0 *rect=Defines a Rectangle structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(Rectangle||RectangleF)|4|0 *startAngle=Defines an angle measured in degrees clockwise from the x-axis to the first side of the pie shape. ARG(int||float)|4|0 *sweepAngle=Defines an angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. ARG(int||float)|4|0 *x=Defines the x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(int||float)|4|0 *y=Defines the y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(int||float)|4|0 *width=Defines the Width of the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(int||float)|4|0 *height=Defines the Height of the bounding rectangle that defines the ellipse from which the pie shape comes. ARG(int||float)|4|0