SWFShape_setLineStyle_internal(3) SWFShape_setLineStyle_internal(3)
NAME
SWFShape_setLineStyle_internal - set line width and line color
SYNOPSIS
#include <ming.h>
void SWFShape_setLineStyle_internal
(
SWFShape shape,
unsigned short width,
byte r,
byte g,
byte b,
byte a
);
PARAMETERS
SWFShape shape
Not Documented.
unsigned short width
Not Documented.
byte r Not Documented.
byte g Not Documented.
byte b Not Documented.
byte a Not Documented.
DESCRIPTION
Set line width in TWIPS set line color as {r, g, b, a}.
WARNING
This is an internal interface. External use is deprecated! use setLine
instead !.
c2man shape.c 12 September SWFShape_setLineStyle_internal(3)
ming 0.4.3 - Generated Wed Dec 8 21:31:33 CST 2010
