C# Class Antialiasing.AntialiasingMain

Interaction logic for AntialiasingMain.xaml
Inheritance: System.Windows.Window
显示文件 Open project: rechc/KinectMiniApps

Public Methods

Method Description
AntialiasingMain ( ) : System

Initializes a new instance of the AntialiasingMain class.

Private Methods

Method 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 method

Initializes a new instance of the AntialiasingMain class.
public AntialiasingMain ( ) : System
return System