Class TextLogoSettingsDialog
- Assembly
- VisioForge.Core.dll
Text logo settings dialog.
public class TextLogoSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IVideoEffectsSettingsDialogInheritance
Implements
Inherited Members
Extension Methods
Constructors
TextLogoSettingsDialog()
Initializes a new instance of the VisioForge.Core.UI.WinForms.Dialogs.VideoEffects.TextLogoSettingsDialog class.
public TextLogoSettingsDialog()Methods
Attach(IVideoEffect)
Attaches video effect.
public void Attach(IVideoEffect effect)Parameters
effectIVideoEffect-
Effect.
Exceptions
- ArgumentOutOfRangeException
-
ArgumentOutOfRangeException.
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)Parameters
disposingbool-
true if managed resources should be disposed; otherwise, false.
Fill(IVideoEffect)
Fills effect.
public void Fill(IVideoEffect effect)Parameters
effectIVideoEffect-
Effect.
GenerateNewEffectName(IVideoCaptureCore)
Generates new effect name.
public string GenerateNewEffectName(IVideoCaptureCore core)Parameters
coreIVideoCaptureCore-
Core.
Returns
Exceptions
- Exception
-
Exception.
GenerateNewEffectName(IMediaPlayerCore)
Generates new effect name.
public string GenerateNewEffectName(IMediaPlayerCore core)Parameters
coreIMediaPlayerCore-
Core.
Returns
Exceptions
- Exception
-
Exception.
GenerateNewEffectName(IVideoEditCore)
Generates new effect name.
public string GenerateNewEffectName(IVideoEditCore core)Parameters
coreIVideoEditCore-
Core.
Returns
Exceptions
- Exception
-
Exception.