Provided by: libming-dev_0.4.5-1ubuntu5_amd64 bug

NAME

       SWFMovie_setDimension - set the dimensions of a movie

SYNOPSIS

       #include <ming.h>

       void SWFMovie_setDimension
       (
            SWFMovie movie,
            float width,
            float height
       );

PARAMETERS

       SWFMovie movie
              Movie to adjust.

       float width
              New width of the movie.

       float height
              New height of the movie.

DESCRIPTION

       This function sets the dimensions for the movie.

c2man movie.c                                    1 October 2008                         SWFMovie_setDimension(3)