'Declaration Public Sub AddArc( _
ByVal rectA System.Drawing.RectangleF that represents the rectangular bounds of the ellipse from which the arc is taken.As System.Drawing.RectangleF, _
ByVal startAngleThe starting angle of the arc, measured in degrees clockwise from the x-axis.As Single, _
ByVal sweepAngleThe angle between startAngle and the end of the arc.As Single _
)
public void AddArc(
System.Drawing.RectangleF rect,
float startAngle,
float sweepAngle
)
public: void AddArc(
System.Drawing.RectangleF* rect,
float startAngle,
float sweepAngle
)
public:
void AddArc(
System.Drawing.RectangleF^ rect,
float startAngle,
float sweepAngle
)
Parameters
- rect
- A System.Drawing.RectangleF that represents the rectangular bounds of the ellipse from which the arc is taken.
- startAngle
- The starting angle of the arc, measured in degrees clockwise from the x-axis.
- sweepAngle
- The angle between startAngle and the end of the arc.