vidIViewControl FitX
Zooms into the X dimensions of the video.
Syntax
hwIViewControl_handle FitX
Application
HyperWorks Tcl Modify
Description
This command zooms into or out of the graph, based on the original X dimensions of the video in the window.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetViewControlHandle vc;
vc FitX;
Errors
Returns success (0) or an error code.
Keywords
- HyperWorks
- Tcl
- Video
- Modify