C# Class CCT.NUI.Samples.ImageManipulation.ImageForm

Show file Open project: an83/KinectTouch2

Public Methods

Method Description
ImageForm ( ) : System
ImageForm ( IHandDataSource handDataSource ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HandleTwoHandedActions ( HandTracker handTrack ) : void
ImageContains ( InteractiveImage image, Point center ) : bool
ImageForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ImageForm_Paint ( object sender, PaintEventArgs e ) : void
InitializeComponent ( ) : void

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

MapPoint ( Point point, IntSize originalSize ) : Point
MapToScreen ( Point point, CCT originalSize ) : System.Drawing.Point
MoveImageToFront ( InteractiveImage image ) : void
ResetHands ( ) : void
ResetImages ( ) : void
UnhoverImages ( ) : void
UpdateHandTrackData ( HandCollection handData ) : void
handDataSource_NewDataAvailable ( HandCollection handData ) : void
resetToolStripMenuItem_Click ( 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

ImageForm() public method

public ImageForm ( ) : System
return System

ImageForm() public method

public ImageForm ( IHandDataSource handDataSource ) : System
handDataSource IHandDataSource
return System