vidIViewControl ZoomIn
Zooms into the video.
Syntax
hwIViewControl_handle ZoomIn
Application
HyperWorks Tcl Modify
Description
This command zooms into the video, but keeps the space that the video takes up the same. However, this cuts off part of the clip’s area due to it being larger than the original video space.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetViewControlHandle vc;
vc ZoomIn
Errors
Returns success (0) or an error code.
Keywords
- HyperWorks
- Tcl
- Video
- Modify