C# Class Accelerometer.MainWindow

Inheritance: WaveEngine.Adapter.Application, WaveEngine.Common.IApplication
Afficher le fichier Open project: WaveEngine/Samples

Méthodes publiques

Méthode 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

Méthode Description
MainWindow ( NSCoder coder ) : System

Method Details

Draw() public méthode

Draw the specified elapsedTime.
public Draw ( System.TimeSpan elapsedTime ) : void
elapsedTime System.TimeSpan Elapsed time.
Résultat void

Initialize() public méthode

Initialize this instance.
public Initialize ( ) : void
Résultat void

MainWindow() public méthode

public MainWindow ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

Update() public méthode

Update the specified elapsedTime.
public Update ( System.TimeSpan elapsedTime ) : void
elapsedTime System.TimeSpan Elapsed time.
Résultat void