What's New in QuickTime 4.1
| Previous | Chapter Contents | Chapter Top |
A QuickTime movie is displayed in a window. You use the window class to set the location of the window in which a movie is displayed. Many operations that can be performed on a movie can also be performed on a window, such as save and close.
movie by numeric index, by name
bounds bounding rectangle [r/o]
-- the boundary rectangle for the window
-- the upper left coordinates of the window
Here are some examples of how you'd use various properties of the window class:
set the position of the front window to {200, 222}
get the bounds of the front window
get the index of the second window
-- get name window (all windows) --
get the name of the first window
| Previous | Chapter Contents | Chapter Top |