Viscom Software VideoCap ActiveX Control

PIPStart Method

Description:   

Start the Picture in Picture effect.

Usage:   

VideoCap1.PIPStart
 

Return Value:

Return TRUE - successful , Return FALSE - Failure.

Example:   

This Visual Basic example shows how to use PIPStart method

VideoCap1.PIPInitDisplayArea 640, 480
VideoCap1.PIPAddImage "c:\test.jpg", 0, 255
VideoCap1.PIPAddPIPEffect 0, 9999, 0, 0, 640, 480

VideoCap1.PIPAddVideoDevice(0, 0, 0, 255)
VideoCap1.PIPAddPIPEffect 0, 9999, 0, 0, 320, 240
VideoCap1.PIPStart