Table of Contents

Class TextLogoSettingsDialog

Namespace
VisioForge.Core.UI.WinForms.Dialogs.VideoEffects
Assembly
VisioForge.Core.dll

Text logo settings dialog.

public class TextLogoSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IVideoEffectsSettingsDialog

Inheritance

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

effect IVideoEffect

Effect.

Exceptions

ArgumentOutOfRangeException

ArgumentOutOfRangeException.

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

Fill(IVideoEffect)

Fills effect.

public void Fill(IVideoEffect effect)

Parameters

effect IVideoEffect

Effect.

GenerateNewEffectName(IVideoCaptureCore)

Generates new effect name.

public string GenerateNewEffectName(IVideoCaptureCore core)

Parameters

core IVideoCaptureCore

Core.

Returns

string

Returns String.

Exceptions

Exception

Exception.

GenerateNewEffectName(IMediaPlayerCore)

Generates new effect name.

public string GenerateNewEffectName(IMediaPlayerCore core)

Parameters

core IMediaPlayerCore

Core.

Returns

string

Returns String.

Exceptions

Exception

Exception.

GenerateNewEffectName(IVideoEditCore)

Generates new effect name.

public string GenerateNewEffectName(IVideoEditCore core)

Parameters

core IVideoEditCore

Core.

Returns

string

Returns String.

Exceptions

Exception

Exception.