Class ImageLogoSettingsDialog
Image logo settings dialog.
Inheritance
ImageLogoSettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class ImageLogoSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IVideoEffectsSettingsDialog
Constructors
ImageLogoSettingsDialog()
Initializes a new instance of the ImageLogoSettingsDialog class.
Declaration
public ImageLogoSettingsDialog()
Methods
Attach(IVideoEffect)
Attaches video effect.
Declaration
public void Attach(IVideoEffect effect)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoEffect | effect | Effect. |
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
Fill(IVideoEffect)
Fills video effect.
Declaration
public void Fill(IVideoEffect effect)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoEffect | effect | Effect. |
GenerateNewEffectName(IMediaPlayerCore)
Generates effect name.
Declaration
public string GenerateNewEffectName(IMediaPlayerCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| IMediaPlayerCore | core | Core. |
Returns
| Type | Description |
|---|---|
| string | Returns string. |
Exceptions
| Type | Condition |
|---|---|
| Exception | Exception. |
GenerateNewEffectName(IVideoCaptureCore)
Generates effect name.
Declaration
public string GenerateNewEffectName(IVideoCaptureCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoCaptureCore | core | Core. |
Returns
| Type | Description |
|---|---|
| string | Returns string. |
Exceptions
| Type | Condition |
|---|---|
| Exception | Exception. |
GenerateNewEffectName(IVideoEditCore)
Generates effect name.
Declaration
public string GenerateNewEffectName(IVideoEditCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoEditCore | core | Core. |
Returns
| Type | Description |
|---|---|
| string | Returns string. |
Exceptions
| Type | Condition |
|---|---|
| Exception | Exception. |