'Declaration Public Overridable Sub AddPie( _
ByVal rectSystem.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse from which the pie section comes.As System.Drawing.RectangleF, _
ByVal startAngleAngle in degrees measured clockwise from the x-axis to the first side of the pie section.As Single, _
ByVal sweepAngleAngle in degrees measured clockwise from the startAngle parameter to the second side of the pie section.As Single _
)
public virtual void AddPie(
System.Drawing.RectangleF rect,
float startAngle,
float sweepAngle
)
public: virtual void AddPie(
System.Drawing.RectangleF* rect,
float startAngle,
float sweepAngle
)
public:
virtual void AddPie(
System.Drawing.RectangleF^ rect,
float startAngle,
float sweepAngle
)
Parameters
- rect
- System.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse from which the pie section comes.
- startAngle
- Angle in degrees measured clockwise from the x-axis to the first side of the pie section.
- sweepAngle
- Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section.