vidIViewControl FitY

Zooms into the X dimensions of the video.

Syntax

hwIViewControl_handle FitY

Application

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 FitY;

Errors

Returns success (0) or an error code.