PIPInitDisplayArea
Viscom Software VideoCap ActiveX Control |
PIPInitDisplayArea Method
Description: |
Initialize display area of Picture in Picture effect. You must call this method first, if you need use Picture in Picture effect. |
Usage: |
VideoCap1.PIPInitDisplayArea iWidth, iHeight
|
Return Value: |
Return TRUE - successful , Return FALSE - Failure. |
Example: |
This Visual Basic example shows how to use PIPInitDisplayArea method VideoCap1.PIPInitDisplayArea 640, 480 |