Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 bug

NAME

       SWFShape_drawArc  -  draw  an arc of radius r, centered at (x,y), from angle startAngle to
       angle

SYNOPSIS

       #include <ming.h>

       void SWFShape_drawArc
       (
            SWFShape shape,
            double r,
            double startAngle,
            double endAngle
       );

PARAMETERS

       SWFShape shape
              Not Documented.

       double r
              Not Documented.

       double startAngle
              Not Documented.

       double endAngle
              Not Documented.

DESCRIPTION

       EndAngle (measured in degrees clockwise from due north).