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,
float r,
float startAngle,
float endAngle
);
PARAMETERS
-
SWFShape shape
-
Not Documented.
-
float r
-
Not Documented.
-
float startAngle
-
Not Documented.
-
float endAngle
-
Not Documented.
DESCRIPTION
EndAngle (measured in degrees clockwise from due north).