Viscom Software VideoCap ActiveX Control

EffectPainterZoom Method

Description:   

Zoom the video when use video painter feature.. If you want to use this feature, you need purchased our Video Painter Plugin.

Usage:   

VideoCap1.EffectPainterZoom Parameter1

Parameter:

Parameter1- Specifies the Zoom level
The range from 0-0.9

0   - No Zoom
0.1 - zoom 10%
0.5 - zoom 50%

 

Return Value:

No Return value.

Example:   

The Visual Basic example 

VideoCap1.EffectType = 3
VideoCap1.Start()
VideoCap1.EffectPainterZoom= 0.1