C# 클래스 WebcamCapture.Plugins.Effects.EffectsPlugin

상속: IPlugin
파일 보기 프로젝트 열기: alex-chekhachev/WebcamCapture.NET

공개 메소드들

메소드 설명
GetInterceptors ( ) : IEnumerable

Gets interceptors, provided by the plugin.

InitUI ( IUIHost host ) : void

비공개 메소드들

메소드 설명
ChangeEffect ( object sender, System.Action action ) : void
OnNegateToolStripMenuItemClick ( object sender, EventArgs e ) : void
OnNoFilterToolStripMenuItemClick ( object sender, EventArgs e ) : void

메소드 상세

GetInterceptors() 공개 메소드

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

InitUI() 공개 메소드

public InitUI ( IUIHost host ) : void
host IUIHost
리턴 void