[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws an arc. [Property] Graphics=Sets the Graphics to draw an arc. ARG(Graphics)|20|(empty)|Graphics Pen=Sets the Pen that determines the color, width, and style of the arc. ARG(Pen)|20|(empty)|Pen Rect=Sets the Rectangle||RectangleF structure that defines the boundaries of the ellipse. ARG(Rectangle||RectangleF)|20|(empty)|Rectangle StartAngle=Sets the Angle in degrees measured clockwise from the x-axis to the starting point of the arc. ARG(int||float)|2| SweepAngle=Sets the Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. ARG(int||float)|2| 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] doDrawArc=Draws an arc representing a portion of an ellipse specified by a Rectangle||RectangleF structure. ARG(Pen pen, Rectangle||RectangleF rect, float startAngle, float sweepAngle)|1|0 *doDrawArc2=Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. ARG(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)|1|0 *doDrawArc3=Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. ARG(Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle)|1|0 Graphics=Defines the Graphics to draw an arc. ARG(Graphics)|4|0 Pen=Defines the Pen that determines the color, width, and style of the arc. ARG(Pen)|4|0 *rect=Defines the Rectangle||RectangleF structure that defines the boundaries of the ellipse. ARG(Rectangle||RectangleF)|4|0 *startAngle=Defines the Angle in degrees measured clockwise from the x-axis to the starting point of the arc. ARG(int||float)|4|0 *sweepAngle=Defines the Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. ARG(int||float)|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