VisioForge Video Capture SDK (Delphi / ActiveX)
|
Updates screen capture PIP source.
function PIP_Sources_ScreenSource_Update(Index: Integer; Left_: Integer; Top_: Integer; GrabMouseCursor: Boolean): Boolean;
__fastcall Boolean PIP_Sources_ScreenSource_Update(int Index, int Left_, int Top_, Boolean GrabMouseCursor);
public Boolean PIP_Sources_ScreenSource_Update(int Index, int Left_, int Top_, Boolean GrabMouseCursor);
Public Function PIP_Sources_ScreenSource_Update(Index As Integer, Left_ As Integer, Top_ As Integer, GrabMouseCursor As Boolean) As Boolean
public Boolean PIP_Sources_ScreenSource_Update(int Index, int Left_, int Top_, Boolean GrabMouseCursor);
Boolean PIP_Sources_ScreenSource_Update(int Index, int Left_, int Top_, Boolean GrabMouseCursor);
PIP_Sources_ScreenSource_Update
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!
|