C# Class WebcamLibDemo.MainForm

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: joeyespo/webcam-lib Class Usage Examples

Méthodes publiques

Méthode Description
MainForm ( ) : System

Initializes a new instance of the MainForm class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

MainForm_Load ( object sender, System e ) : void

Handles the Load event of the MainForm control.

PreviewCallback ( Image img ) : void

Occurs when a new frame is ready for display.

captureButton_Click ( object sender, System e ) : void

Handles the Click event of the captureButton control.

closeButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the closeButton control.

formatButton_Click ( object sender, System e ) : void

Handles the Click event of the formatButton control.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MainForm() public méthode

Initializes a new instance of the MainForm class.
public MainForm ( ) : System
Résultat System