SlideShow.GetPos

table SlideShow.GetPos ( 

string ObjectName )

Example 1

tbPos = SlideShow.GetPos("SlideShow1");

Gets the current X, Y coordinates of the "SlideShow1" slideshow object and stores the results in a table called "tbPos." These values can be accessed by referencing tbPos.X and tbPos.Y.

See also:  Related Actions