C# Class WindowsFormsApplication1.cameraForm

Inheritance: Form
Afficher le fichier Open project: Team694/kinect-CAD Class Usage Examples

Méthodes publiques

Свойство Type Description
connectionLText String
pictureBox1 System.Windows.Forms.PictureBox
trackingLText String

Méthodes publiques

Méthode Description
cameraForm ( ) : System
draw ( Bitmap b ) : void
setConnectionL ( String text ) : void
setTrackingL ( String text ) : void

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.

timer1_Tick ( object sender, EventArgs 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

cameraForm() public méthode

public cameraForm ( ) : System
Résultat System

draw() public méthode

public draw ( Bitmap b ) : void
b System.Drawing.Bitmap
Résultat void

setConnectionL() public méthode

public setConnectionL ( String text ) : void
text String
Résultat void

setTrackingL() public méthode

public setTrackingL ( String text ) : void
text String
Résultat void

Property Details

connectionLText public_oe property

public String connectionLText
Résultat String

pictureBox1 public_oe property

public System.Windows.Forms.PictureBox pictureBox1
Résultat System.Windows.Forms.PictureBox

trackingLText public_oe property

public String trackingLText
Résultat String