VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.Video_Transition_Add_PIP Method

Adds PIP transition.

Pascal
procedure Video_Transition_Add_PIP(StartTime: Integer; StopTime: Integer; Left: Integer; Top: Integer; Width: Integer; Height: Integer);
C++
__fastcall Video_Transition_Add_PIP(int StartTime, int StopTime, int Left, int Top, int Width, int Height);
C#
public Video_Transition_Add_PIP(int StartTime, int StopTime, int Left, int Top, int Width, int Height);
Visual Basic
Public Sub Video_Transition_Add_PIP(StartTime As Integer, StopTime As Integer, Left As Integer, Top As Integer, Width As Integer, Height As Integer)
Java
public Video_Transition_Add_PIP(int StartTime, int StopTime, int Left, int Top, int Width, int Height);
IDL
Video_Transition_Add_PIP(int StartTime, int StopTime, int Left, int Top, int Width, int Height);
JavaScript
Video_Transition_Add_PIP
PHP
public Video_Transition_Add_PIP($StartTime, $StopTime, $Left, $Top, $Width, $Height);
Parameters 
Description 
StartTime: Integer 
Start time.  
StopTime: Integer 
Stop time.  
Left: Integer 
Left coordinate.  
Top: Integer 
Top coordinate.  
Width: Integer 
Width.  
Height: Integer 
Height.  
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!