Table of Contents

Class ImageLogoSettingsDialog

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

Image logo settings dialog.

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

Inheritance

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

effect IVideoEffect

Effect.

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 video effect.

public void Fill(IVideoEffect effect)

Parameters

effect IVideoEffect

Effect.

GenerateNewEffectName(IVideoCaptureCore)

Generates effect name.

public string GenerateNewEffectName(IVideoCaptureCore core)

Parameters

core IVideoCaptureCore

Core.

Returns

string

Returns String.

Exceptions

Exception

Exception.

GenerateNewEffectName(IVideoEditCore)

Generates effect name.

public string GenerateNewEffectName(IVideoEditCore core)

Parameters

core IVideoEditCore

Core.

Returns

string

Returns String.

Exceptions

Exception

Exception.

GenerateNewEffectName(IMediaPlayerCore)

Generates effect name.

public string GenerateNewEffectName(IMediaPlayerCore core)

Parameters

core IMediaPlayerCore

Core.

Returns

string

Returns String.

Exceptions

Exception

Exception.