QuickTime.GetSize

table QuickTime.GetSize ( 

string ObjectName )

Example 1

vid_size = QuickTime.GetSize("Product Vid");

Gets the pixel dimensions of the "Product Vid" QuickTime object and stores the width and height values in the "vid_size" table. The dimensions can be accessed by referencing vid_size.Width and vid_size.Height.

See also:  Related Actions