NAME

SWFShape_drawCubic - returns number of splines used

SYNOPSIS

#include <ming.h>

int SWFShape_drawCubic
(
	SWFShape shape,
	float bx,
	float by,
	float cx,
	float cy,
	float dx,
	float dy
);

PARAMETERS

SWFShape shape
Not Documented.
float bx
Not Documented.
float by
Not Documented.
float cx
Not Documented.
float cy
Not Documented.
float dx
Not Documented.
float dy
Not Documented.

DESCRIPTION

Returns number of splines used.