'Declaration
Public Overridable Sub PaintPie( _ ByVal rectangle As Rectangle, _ ByVal firstRadial As Point, _ ByVal secondRadial As Point _ )
public virtual void PaintPie( Rectangle rectangle, Point firstRadial, Point secondRadial )
Parameters
- rectangle
- A System.Drawing.Rectangle indicates the bounds of the ellipse.
- firstRadial
- A System.Drawing.Point indicates the endpoint of the first radial.
- secondRadial
- A System.Drawing.Point indicates the endpoint of the second radial.