C# Class DSVision.FieldInterface

Inheritance: System.Windows.Forms.Form, CameraDisplay
Afficher le fichier Open project: 619Code/DSVision

Méthodes publiques

Méthode Description
FieldInterface ( ) : System
UpdateOriginal ( Bitmap bmp ) : void
UpdateProcessed ( Bitmap bmp ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FieldInterface_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

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

FieldInterface() public méthode

public FieldInterface ( ) : System
Résultat System

UpdateOriginal() public méthode

public UpdateOriginal ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
Résultat void

UpdateProcessed() public méthode

public UpdateProcessed ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
Résultat void