C# Class Antialiasing.AntialiasingMain

Interaction logic for AntialiasingMain.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: rechc/KinectMiniApps

Méthodes publiques

Méthode Description
AntialiasingMain ( ) : System

Initializes a new instance of the AntialiasingMain class.

Private Methods

Méthode Description
ButtonScreenshotClick ( object sender, RoutedEventArgs e ) : void

Handles the user clicking on the screenshot button

SensorAllFramesReady ( object sender, AllFramesReadyEventArgs e ) : void

Event handler for Kinect sensor's DepthFrameReady event

WindowClosing ( object sender, System e ) : void

Execute shutdown tasks

WindowLoaded ( object sender, RoutedEventArgs e ) : void

Execute startup tasks

Method Details

AntialiasingMain() public méthode

Initializes a new instance of the AntialiasingMain class.
public AntialiasingMain ( ) : System
Résultat System