Viscom Software VideoCap ActiveX Control

ResizeControl Method

Description:   

Resize the control in runtime.

Usage:   

VideoCap1.ResizeControl iwidth,iheight

Return Value:

No Return value.

Example:   

This Visual Basic example shows how to resize the control to 100X200.

VideoCap1.Device = 0
VideoCap1.Start
VideoCap1.ResizeControl 100,200