[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. [Property] Graphics=Sets the Graphics to fill a pie. 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 structure that represents the bounding rectangle that defines the ellipse from which the pie section comes. ARG(Rectangle)|20|(empty)|Rectangle StartAngle=Sets an angle in degrees measured clockwise from the x-axis to the first side of the pie section. ARG(int||float)|2| SweepAngle=Sets an angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section. 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 section 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 section comes. ARG(int||float)|2| Width=Sets a Width of the bounding rectangle that defines the ellipse from which the pie section comes. ARG(int||float)|2| Height=Sets a Height of the bounding rectangle that defines the ellipse from which the pie section comes. ARG(int||float)|2| [Methods] doFillPie=Fills the interior of a pie section defined by an ellipse specified by a Rectangle structure and two radial lines. ARG(Brush brush, Rectangle rect, float startAngle, float sweepAngle)|1|0 *doFillPie2=Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. ARG(Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle)|1|0 *doFillPie3=Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. ARG(Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle)|1|0 Graphics=Defines the Graphics to fill a pie. ARG(Graphics)|4|0 Brush=Defines the brush that determines the characteristics of the fill. ARG(Brush)|4|0 *rect=Defines a Rectangle structure that represents the bounding rectangle that defines the ellipse from which the pie section comes. ARG(Rectangle)|4|0 *startAngle=Defines an angle in degrees measured clockwise from the x-axis to the first side of the pie section. ARG(int||float)|4|0 *sweepAngle=Defines an angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section. 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 section 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 section comes. ARG(int||float)|4|0 *width=Defines a Width of the bounding rectangle that defines the ellipse from which the pie section comes. ARG(int||float)|4|0 *height=Defines a Height of the bounding rectangle that defines the ellipse from which the pie section comes. ARG(int||float)|4|0