[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IGeometry.ArcTo

ArcTo Method

ArcTo(double, double, double, double)

Draws an arc with the specified parameters from the current pen position to the new point specified

Declaration
void ArcTo(double radiusX, double radiusY, double startAngle, double swingAngle)
Sub ArcTo(radiusX As Double, radiusY As Double, startAngle As Double, swingAngle As Double)
Parameters
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.