Viscom Software VideoCap ActiveX Control

PIPStop Method

Description:   

Stop the Picture in Picture effect.

Usage:   

VideoCap1.PIPStop
 

Return Value:

No Return value.

Example:   

This Visual Basic example shows how to use PIPStop 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

VideoCap1.PIPStop