Viscom Software VideoCap ActiveX Control

EffectHideSelRectangle Property

Description:   

Visible/Invisible the selection rectangle when use Video Painter, Motion Detection, Video Fx effect features.


Usage:   

VideoCap1.EffectHideSelRectangle[= value]

Data Type:   

bool

Example:   

The Visual Basic example 

Private Sub Button_Click()
    VideoCap1.EffectType = 4
    VideoCap1.EffectMotionSensitivity = 50
    VideoCap1.EffectMotionSetDetectedRect 0,0,100,100
    VideoCap1.Start()
    VideoCap1.EffectHideSelRectangle= true   
End Sub


Value:   

true or false