VisioForge Video Edit SDK (Delphi / ActiveX)
|
Adds a Text logo.
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);
__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);
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);
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)
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);
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);
Video_Effects_Text_Logo_Plus
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. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|