VisioForge Video Capture SDK (Delphi / ActiveX)
|
Adds screen capture PIP source, using existing screen capture settings.
function PIP_Sources_Add_ScreenSource(OutLeft: Integer; OutTop: Integer; OutWidth: Integer; OutHeight: Integer): Boolean;
__fastcall Boolean PIP_Sources_Add_ScreenSource(int OutLeft, int OutTop, int OutWidth, int OutHeight);
public Boolean PIP_Sources_Add_ScreenSource(int OutLeft, int OutTop, int OutWidth, int OutHeight);
Public Function PIP_Sources_Add_ScreenSource(OutLeft As Integer, OutTop As Integer, OutWidth As Integer, OutHeight As Integer) As Boolean
public Boolean PIP_Sources_Add_ScreenSource(int OutLeft, int OutTop, int OutWidth, int OutHeight);
Boolean PIP_Sources_Add_ScreenSource(int OutLeft, int OutTop, int OutWidth, int OutHeight);
PIP_Sources_Add_ScreenSource
public Boolean PIP_Sources_Add_ScreenSource($OutLeft, $OutTop, $OutWidth, $OutHeight);
Parameters |
Description |
OutLeft: Integer |
Out left. |
OutTop: Integer |
Out top. |
OutWidth: Integer |
Out width. |
OutHeight: Integer |
Out height. |
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|