Viscom Software VideoCap ActiveX Control

EffectPainterPenSize Property

Description:   

The size of line when use video painter feature.. You must set  EffectType=3 first. If you want to use this feature, you need purchased our Video Painter Plugin.

Usage:   

VideoCap1.EffectPainterPenSize[= value]

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Button_Click()
    VideoCap1.EffectType = 3
    VideoCap1.EffectPainterDrawingType =0
    VideoCap1.EffectPainterPenSize = 3     
    VideoCap1.EffectPainterDrawingColor = RGB(255,0,0)
End Sub


Value:   

1- 999