[]
Draws an arc with the specified parameters from the current pen position to the new point specified
void ArcTo(double radiusX, double radiusY, double startAngle, double swingAngle)
Sub ArcTo(radiusX As Double, radiusY As Double, startAngle As Double, swingAngle As Double)
Type | Name | Description |
---|---|---|
double | radiusX | The width radius of the supposed circle being used to draw the arc. |
double | radiusY | The height radius of the supposed circle being used to draw the arc. |
double | startAngle | The start angle for an arc. |
double | swingAngle | The swing angle for an arc. |