SWFRect_includePoint
make rect big enough to include (x,y) + width extra
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
make rect big enough to include (x,y) + width extra
#include <ming.h>
void SWFRect_includePoint
(
SWFRect rect,
int x,
int y,
int width
);
Make rect big enough to include (x,y) + width extra.