VisioForge Video Capture SDK (Delphi / ActiveX)
|
Sets the position of the video screen for the selected Picture-In-Picture Index.
function PIP_Sources_SetSourceSettings(Index: Integer; Transparency: Integer; FlipX: Boolean; FlipY: Boolean): Boolean;
__fastcall Boolean PIP_Sources_SetSourceSettings(int Index, int Transparency, Boolean FlipX, Boolean FlipY);
public Boolean PIP_Sources_SetSourceSettings(int Index, int Transparency, Boolean FlipX, Boolean FlipY);
Public Function PIP_Sources_SetSourceSettings(Index As Integer, Transparency As Integer, FlipX As Boolean, FlipY As Boolean) As Boolean
public Boolean PIP_Sources_SetSourceSettings(int Index, int Transparency, Boolean FlipX, Boolean FlipY);
Boolean PIP_Sources_SetSourceSettings(int Index, int Transparency, Boolean FlipX, Boolean FlipY);
PIP_Sources_SetSourceSettings
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!
|