Class ImageLogoSettingsDialog
- Assembly
- VisioForge.Core.dll
Image logo settings dialog.
public class ImageLogoSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IVideoEffectsSettingsDialogInheritance
Implements
Inherited Members
Extension Methods
Constructors
ImageLogoSettingsDialog()
Initializes a new instance of the VisioForge.Core.UI.WinForms.Dialogs.VideoEffects.ImageLogoSettingsDialog class.
public ImageLogoSettingsDialog()Methods
Attach(IVideoEffect)
Attaches video effect.
public void Attach(IVideoEffect effect)Parameters
effectIVideoEffect-
Effect.
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 video effect.
public void Fill(IVideoEffect effect)Parameters
effectIVideoEffect-
Effect.
GenerateNewEffectName(IVideoCaptureCore)
Generates effect name.
public string GenerateNewEffectName(IVideoCaptureCore core)Parameters
coreIVideoCaptureCore-
Core.
Returns
Exceptions
- Exception
-
Exception.
GenerateNewEffectName(IVideoEditCore)
Generates effect name.
public string GenerateNewEffectName(IVideoEditCore core)Parameters
coreIVideoEditCore-
Core.
Returns
Exceptions
- Exception
-
Exception.
GenerateNewEffectName(IMediaPlayerCore)
Generates effect name.
public string GenerateNewEffectName(IMediaPlayerCore core)Parameters
coreIMediaPlayerCore-
Core.
Returns
Exceptions
- Exception
-
Exception.