DrawArc(Rectangle,Point,Point) Method
In This Topic
Draws an elliptical arc.
Syntax
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.
Exceptions
Exception | Description |
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
See Also