Video Chat Pro ActiveX Control

VirtualScreenCaptureArea

 

Set the specific capture area when selected virtual screen capture as video source. Use this function, you must purchased Virtual Screen Capture plugin.
 

Public Function VirtualScreenCaptureArea(
    ByVal iLeft As Long, _
    ByVal iTop As Long, _
    ByVal iWidth As Long, _
    ByVal iHeight As Long
  )

 

Parameter
iLeft- Specifies the x-coordinate of the starting point of capture area.
iTop- Specifies the y-coordinate of the starting point of capture area.
iWidth- Specifies the width of capture area.
iHeight- Specifies the height of capture area.


No Return Value

Example

   

Visual Basic Syntax
VideoChatSender1.VirtualScreenCaptureFullScreen false
VideoChatSender1.VirtualScreenCaptureArea 0, 0, 320, 240