vidIVideo SetStretch
Sets whether the video is stretched.
Syntax
vidIVideo_handle SetStretch on
Application
HyperWorks Tcl Modify
Description
This command sets whether the video is stretched within the window.
Inputs
- on
- A true or false value. If you want the video stretched, input true. If you do not want the video stretched, input false.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video SetStretch true;
Errors
Success (0) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Video
- Modify