[]
Draws the arc.
void DrawArc(Pen cornerPen, float x, float y, int width, int height, int startAngle, int sweepAngle)
Sub DrawArc(cornerPen As Pen, x As Single, y As Single, width As Integer, height As Integer, startAngle As Integer, sweepAngle As Integer)
Type | Name | Description |
---|---|---|
Pen | cornerPen | Corner pen |
float | x | X-coordinate |
float | y | Y-coordinate |
int | width | Width |
int | height | Height |
int | startAngle | Start angle |
int | sweepAngle | Sweep angle |