C# Class WebcamLibDemo.MainForm

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

Public Methods

Method Description
MainForm ( ) : System

Initializes a new instance of the MainForm class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

MainForm() public method

Initializes a new instance of the MainForm class.
public MainForm ( ) : System
return System