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

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

Pascal
function PIP_Sources_SetSourceSettings(Index: Integer; Transparency: Integer; FlipX: Boolean; FlipY: Boolean): Boolean;
C++
__fastcall Boolean PIP_Sources_SetSourceSettings(int Index, int Transparency, Boolean FlipX, Boolean FlipY);
C#
public Boolean PIP_Sources_SetSourceSettings(int Index, int Transparency, Boolean FlipX, Boolean FlipY);
Visual Basic
Public Function PIP_Sources_SetSourceSettings(Index As Integer, Transparency As Integer, FlipX As Boolean, FlipY As Boolean) As Boolean
Java
public Boolean PIP_Sources_SetSourceSettings(int Index, int Transparency, Boolean FlipX, Boolean FlipY);
IDL
Boolean PIP_Sources_SetSourceSettings(int Index, int Transparency, Boolean FlipX, Boolean FlipY);
JavaScript
PIP_Sources_SetSourceSettings
PHP
public Boolean PIP_Sources_SetSourceSettings($Index, $Transparency, Boolean $FlipX, Boolean $FlipY);
Parameters 
Description 
Index: Integer 
Index name. 
left_ 
Left. 
top_ 
Top. 
width_ 
Width. 
height_ 
Height. 

Returns , if the operation was successful.

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