C# Class WebcamCapture.Plugins.Effects.EffectsPlugin

Inheritance: IPlugin
显示文件 Open project: alex-chekhachev/WebcamCapture.NET

Public Methods

Method Description
GetInterceptors ( ) : IEnumerable

Gets interceptors, provided by the plugin.

InitUI ( IUIHost host ) : void

Private Methods

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

Method Details

GetInterceptors() public method

Gets interceptors, provided by the plugin.
public GetInterceptors ( ) : IEnumerable
return IEnumerable

InitUI() public method

public InitUI ( IUIHost host ) : void
host IUIHost
return void