Viscom Software VideoCap ActiveX Control

EffectPainterDrawingType Property

Description:   

The type of drawing tool 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.EffectPainterDrawingType[= 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:   

0 - Free Hand
1 - Rectangle
2 - Circle
3 - Bucket Fill
4 - Erase