RECORD DESTINATION AT rect

      Determines the size of the movie to be played back (playback video). The X1 and Y1 rectangle coordinates are subtracted from X2 and Y2, respectively, to determine the playback video size. For example, the following command:
      PUT object RECORD DESTINATION AT 13 47 173 167
      

      yields a playback video size of 160x120 ((173 - 13)x(167 - 47)).

      If either the width or the height of the rectangle specified with the RECORD and DESTINATION keywords (indicating playback video size) is not a multiple of eight, that value is rounded to the nearest multiple of eight.

      Use the WHERE object RECORD DESTINATION ADJUSTED command to obtain the actual size of the playback video.


    [Back] [Next]