C# Class CameraCapture.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: WaveEngine/Samples

Public Methods

Method Description
Draw ( System.TimeSpan elapsedTime ) : void

Draw the specified elapsedTime.

Initialize ( ) : void

Initialize this instance.

MainWindow ( IntPtr handle ) : System
Update ( System.TimeSpan elapsedTime ) : void

Update the specified elapsedTime.

Private Methods

Method Description
MainWindow ( NSCoder coder ) : System

Method Details

Draw() public method

Draw the specified elapsedTime.
public Draw ( System.TimeSpan elapsedTime ) : void
elapsedTime System.TimeSpan Elapsed time.
return void

Initialize() public method

Initialize this instance.
public Initialize ( ) : void
return void

MainWindow() public method

public MainWindow ( IntPtr handle ) : System
handle System.IntPtr
return System

Update() public method

Update the specified elapsedTime.
public Update ( System.TimeSpan elapsedTime ) : void
elapsedTime System.TimeSpan Elapsed time.
return void