vidIVideo Recenter
Recenters the video.
Syntax
vidIVideo_handle Recenter
Application
HyperWorks Tcl Modify
Description
This command recenters the video to its original dimensions. It does not, however, unzoom the video if it has been zoomed.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video Recenter;
Errors
Success (0) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Video
- Modify