C# Class SampleApp.FaceForm

Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
faceController Accord.Controls.Vision.FaceController

Méthodes publiques

Méthode Description
FaceForm ( ) : System
FaceForm ( MainForm mainForm ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnHorizontalMax_Click ( object sender, EventArgs e ) : void
btnHorizontalMin_Click ( object sender, EventArgs e ) : void
btnVerticalMax_Click ( object sender, EventArgs e ) : void
btnVerticalMin_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
controller_FaceMove ( object sender, FaceEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FaceForm() public méthode

public FaceForm ( ) : System
Résultat System

FaceForm() public méthode

public FaceForm ( MainForm mainForm ) : System
mainForm MainForm
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

Property Details

faceController public_oe property

public Accord.Controls.Vision.FaceController faceController
Résultat Accord.Controls.Vision.FaceController