C# Class WebcamCapture.Plugins.Effects.EffectsPlugin

Inheritance: IPlugin
Afficher le fichier Open project: alex-chekhachev/WebcamCapture.NET

Méthodes publiques

Méthode Description
GetInterceptors ( ) : IEnumerable

Gets interceptors, provided by the plugin.

InitUI ( IUIHost host ) : void

Private Methods

Méthode Description
ChangeEffect ( object sender, System.Action action ) : void
OnNegateToolStripMenuItemClick ( object sender, EventArgs e ) : void
OnNoFilterToolStripMenuItemClick ( object sender, EventArgs e ) : void

Method Details

GetInterceptors() public méthode

Gets interceptors, provided by the plugin.
public GetInterceptors ( ) : IEnumerable
Résultat IEnumerable

InitUI() public méthode

public InitUI ( IUIHost host ) : void
host IUIHost
Résultat void