C# Class WebcamCapture.MainForm

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

Méthodes publiques

Méthode Description
AddMenuItem ( UIExtensionSite site, ToolStripMenuItem item ) : void
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnLoad ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
ChangeCameraFormatClick ( object sender, EventArgs e ) : void
ExitClick ( object sender, EventArgs e ) : void
FormResize ( object sender, EventArgs e ) : void
InitDeviceList ( ) : void
InitFilters ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadPlugins ( ) : void
SelectDefaultDevice ( ) : void
SelectDeviceClick ( object sender, EventArgs e ) : void

Method Details

AddMenuItem() public méthode

public AddMenuItem ( UIExtensionSite site, ToolStripMenuItem item ) : void
site UIExtensionSite
item ToolStripMenuItem
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void