|
getVideoScroll
|
|
|
|
|
|
| X0, Y0
|
|
|
| Integer variables that return the pixel coordinates of the origin of the viewable area of the Video window.
|
|
|
|
|
| ERR_OK
|
|
|
| The flag set if successful.
|
|
|
| ERR_FAILED
|
|
|
| The flag set if failed.
|
|
|
|
|
| This set of statements retrieves the scrolling coordinates of the viewable area of the Video window:
|
|
|
| getVideoScroll (1, x0, y0 )
|
| print "x0=", x0
|
| print "y0=", y0
|
|
|