VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.PIP_Sources_ScreenSource_Update Method

Updates screen capture PIP source.

Pascal
function PIP_Sources_ScreenSource_Update(Index: Integer; Left_: Integer; Top_: Integer; GrabMouseCursor: Boolean): Boolean;
C++
__fastcall Boolean PIP_Sources_ScreenSource_Update(int Index, int Left_, int Top_, Boolean GrabMouseCursor);
C#
public Boolean PIP_Sources_ScreenSource_Update(int Index, int Left_, int Top_, Boolean GrabMouseCursor);
Visual Basic
Public Function PIP_Sources_ScreenSource_Update(Index As Integer, Left_ As Integer, Top_ As Integer, GrabMouseCursor As Boolean) As Boolean
Java
public Boolean PIP_Sources_ScreenSource_Update(int Index, int Left_, int Top_, Boolean GrabMouseCursor);
IDL
Boolean PIP_Sources_ScreenSource_Update(int Index, int Left_, int Top_, Boolean GrabMouseCursor);
JavaScript
PIP_Sources_ScreenSource_Update
PHP
public Boolean PIP_Sources_ScreenSource_Update($Index, $Left_, $Top_, Boolean $GrabMouseCursor);
Parameters 
Description 
Index: Integer 
Input index. 
Left_: Integer 
Left position. 
Top_: Integer 
Top position. 
GrabMouseCursor: Boolean 
Grabs mouse cursor. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!