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

Adds a Text logo.

Pascal
procedure Video_Effects_Text_Logo_Plus(ID: Integer; StartTime: Integer; StopTime: Integer; Enabled: Boolean; text: WideString; x: Integer; y: Integer; Font_Name: WideString; Font_Size: Integer; Bold: Boolean; Italic: Boolean; Underline: Boolean; Strike_Out: Boolean; Font_Color: Integer);
C++
__fastcall Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int x, int y, BSTR Font_Name, int Font_Size, Boolean Bold, Boolean Italic, Boolean Underline, Boolean Strike_Out, int Font_Color);
C#
public Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, String text, int x, int y, String Font_Name, int Font_Size, Boolean Bold, Boolean Italic, Boolean Underline, Boolean Strike_Out, int Font_Color);
Visual Basic
Public Sub Video_Effects_Text_Logo_Plus(ID As Integer, StartTime As Integer, StopTime As Integer, Enabled As Boolean, text As String, x As Integer, y As Integer, Font_Name As String, Font_Size As Integer, Bold As Boolean, Italic As Boolean, Underline As Boolean, Strike_Out As Boolean, Font_Color As Integer)
Java
public Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, string text, int x, int y, string Font_Name, int Font_Size, Boolean Bold, Boolean Italic, Boolean Underline, Boolean Strike_Out, int Font_Color);
IDL
Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int x, int y, BSTR Font_Name, int Font_Size, Boolean Bold, Boolean Italic, Boolean Underline, Boolean Strike_Out, int Font_Color);
JavaScript
Video_Effects_Text_Logo_Plus
PHP
public Video_Effects_Text_Logo_Plus($ID, $StartTime, $StopTime, Boolean $Enabled, $text, $x, $y, $Font_Name, $Font_Size, Boolean $Bold, Boolean $Italic, Boolean $Underline, Boolean $Strike_Out, $Font_Color);
Parameters 
Description 
ID: Integer 
Effect ID. 
StartTime: Integer 
Start time. 
StopTime: Integer 
Stop time. 
Enabled: Boolean 
if enabled, if disabled. 
text: WideString 
Text. 
x: Integer 
X. 
y: Integer 
Y. 
fontName 
Font name. 
fontSize 
Font size. 
fontBold 
FontBold. 
fontItalic 
FontItalic. 
fontUnderline 
FontUnderline. 
fontStrikeOut 
Strike-out. 
fontColor 
Font color. 
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!