DateColor
Viscom Software VideoCap ActiveX Control |
DateColor Property
Description: |
Set/Get the date color. It will effect preview screen and output file. |
Usage: |
VideoCap1.DateColor[= value] |
Data Type: |
RGB color |
Example: |
This Visual Basic set the date color to blue: Private Sub Capture_Click() |
Value: |
RGB(255,0,0) |