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

Sets the position of the video screen for the selected Picture-In-Picture Index.

Pascal
function PIP_Sources_SetSourcePosition(Index: Integer; Left_: Integer; Top_: Integer; Width_: Integer; Height_: Integer): Boolean;
C++
__fastcall Boolean PIP_Sources_SetSourcePosition(int Index, int Left_, int Top_, int Width_, int Height_);
C#
public Boolean PIP_Sources_SetSourcePosition(int Index, int Left_, int Top_, int Width_, int Height_);
Visual Basic
Public Function PIP_Sources_SetSourcePosition(Index As Integer, Left_ As Integer, Top_ As Integer, Width_ As Integer, Height_ As Integer) As Boolean
Java
public Boolean PIP_Sources_SetSourcePosition(int Index, int Left_, int Top_, int Width_, int Height_);
IDL
Boolean PIP_Sources_SetSourcePosition(int Index, int Left_, int Top_, int Width_, int Height_);
JavaScript
PIP_Sources_SetSourcePosition
PHP
public Boolean PIP_Sources_SetSourcePosition($Index, $Left_, $Top_, $Width_, $Height_);
Parameters 
Description 
Index: Integer 
Index name. 
Left_: Integer 
Left. 
Top_: Integer 
Top. 
Width_: Integer 
Width. 
Height_: Integer 
Height. 

Returns , if the operation was successful.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!