C# Class WindowsFormsApplication1.cameraForm

Inheritance: Form
Datei anzeigen Open project: Team694/kinect-CAD Class Usage Examples

Public Properties

Property Type Description
connectionLText String
pictureBox1 System.Windows.Forms.PictureBox
trackingLText String

Public Methods

Method Description
cameraForm ( ) : System
draw ( Bitmap b ) : void
setConnectionL ( String text ) : void
setTrackingL ( String text ) : void

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.

timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

cameraForm() public method

public cameraForm ( ) : System
return System

draw() public method

public draw ( Bitmap b ) : void
b System.Drawing.Bitmap
return void

setConnectionL() public method

public setConnectionL ( String text ) : void
text String
return void

setTrackingL() public method

public setTrackingL ( String text ) : void
text String
return void

Property Details

connectionLText public_oe property

public String connectionLText
return String

pictureBox1 public_oe property

public System.Windows.Forms.PictureBox pictureBox1
return System.Windows.Forms.PictureBox

trackingLText public_oe property

public String trackingLText
return String