'Declaration
Public Overloads Sub DrawArc( _ ByVal rectangle As Rectangle, _ ByVal firstRadial As Point, _ ByVal secondRadial As Point _ )
public void DrawArc( Rectangle rectangle, Point firstRadial, Point secondRadial )
Parameters
- rectangle
- A System.Drawing.Rectangle specifies the bounding rectangle.
- firstRadial
- A System.Drawing.Point specifies the ending point of the radial line defining the starting point of the arc.
- secondRadial
- A System.Drawing.Point specifies the ending point of the radial line defining the ending point of the arc.