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

Adds a text logo.

Pascal
procedure Video_Effects_Text_Logo(ID: Integer; StartTime: Integer; StopTime: Integer; Enabled: Boolean; text: WideString; x: Integer; y: Integer; TransparentBG: Boolean; Font_Name: WideString; Font_Height: Integer; Font_Width: Integer; Font_Bold: Boolean; Font_Italic: Boolean; Font_Underline: Boolean; Font_Strike_Out: Boolean; Font_Color: TColor; BG_Color: TColor);
C++
__fastcall Video_Effects_Text_Logo(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int x, int y, Boolean TransparentBG, BSTR Font_Name, int Font_Height, int Font_Width, Boolean Font_Bold, Boolean Font_Italic, Boolean Font_Underline, Boolean Font_Strike_Out, TColor Font_Color, TColor BG_Color);
C#
public Video_Effects_Text_Logo(int ID, int StartTime, int StopTime, Boolean Enabled, String text, int x, int y, Boolean TransparentBG, String Font_Name, int Font_Height, int Font_Width, Boolean Font_Bold, Boolean Font_Italic, Boolean Font_Underline, Boolean Font_Strike_Out, TColor Font_Color, TColor BG_Color);
Visual Basic
Public Sub Video_Effects_Text_Logo(ID As Integer, StartTime As Integer, StopTime As Integer, Enabled As Boolean, text As String, x As Integer, y As Integer, TransparentBG As Boolean, Font_Name As String, Font_Height As Integer, Font_Width As Integer, Font_Bold As Boolean, Font_Italic As Boolean, Font_Underline As Boolean, Font_Strike_Out As Boolean, Font_Color As TColor, BG_Color As TColor)
Java
public Video_Effects_Text_Logo(int ID, int StartTime, int StopTime, Boolean Enabled, string text, int x, int y, Boolean TransparentBG, string Font_Name, int Font_Height, int Font_Width, Boolean Font_Bold, Boolean Font_Italic, Boolean Font_Underline, Boolean Font_Strike_Out, TColor Font_Color, TColor BG_Color);
IDL
Video_Effects_Text_Logo(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int x, int y, Boolean TransparentBG, BSTR Font_Name, int Font_Height, int Font_Width, Boolean Font_Bold, Boolean Font_Italic, Boolean Font_Underline, Boolean Font_Strike_Out, TColor Font_Color, TColor BG_Color);
JavaScript
Video_Effects_Text_Logo
PHP
public Video_Effects_Text_Logo($ID, $StartTime, $StopTime, Boolean $Enabled, $text, $x, $y, Boolean $TransparentBG, $Font_Name, $Font_Height, $Font_Width, Boolean $Font_Bold, Boolean $Font_Italic, Boolean $Font_Underline, Boolean $Font_Strike_Out, TColor $Font_Color, TColor $BG_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 
Bold. 
fontItalic 
Italic. 
fontUnderline 
Underline. 
fontStrikeOut 
Strike-out. 
fontColor 
Font color. 
backgroundColor 
Background color. 
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!