VisioForge Video Capture 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; FontName: WideString; FontSize: Integer; FontBold: Boolean; FontItalic: Boolean; FontUnderline: Boolean; FontStrikeOut: Boolean; FontColor: Integer);
__fastcall Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int x, int y, BSTR FontName, int FontSize, Boolean FontBold, Boolean FontItalic, Boolean FontUnderline, Boolean FontStrikeOut, int FontColor);
public Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, String text, int x, int y, String FontName, int FontSize, Boolean FontBold, Boolean FontItalic, Boolean FontUnderline, Boolean FontStrikeOut, int FontColor);
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, FontName As String, FontSize As Integer, FontBold As Boolean, FontItalic As Boolean, FontUnderline As Boolean, FontStrikeOut As Boolean, FontColor As Integer)
public Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, string text, int x, int y, string FontName, int FontSize, Boolean FontBold, Boolean FontItalic, Boolean FontUnderline, Boolean FontStrikeOut, int FontColor);
Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int x, int y, BSTR FontName, int FontSize, Boolean FontBold, Boolean FontItalic, Boolean FontUnderline, Boolean FontStrikeOut, int FontColor);
Video_Effects_Text_Logo_Plus
public Video_Effects_Text_Logo_Plus($ID, $StartTime, $StopTime, Boolean $Enabled, $text, $x, $y, $FontName, $FontSize, Boolean $FontBold, Boolean $FontItalic, Boolean $FontUnderline, Boolean $FontStrikeOut, $FontColor);
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: WideString |
Font name. |
FontSize: Integer |
Font size. |
FontBold: Boolean |
FontBold. |
FontItalic: Boolean |
FontItalic. |
FontUnderline: Boolean |
FontUnderline. |
FontStrikeOut: Boolean |
Strike-out. |
FontColor: Integer |
Font color. |
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|