C# 클래스 Accelerometer.MainWindow

상속: WaveEngine.Adapter.Application, WaveEngine.Common.IApplication
파일 보기 프로젝트 열기: WaveEngine/Samples

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
MainWindow ( NSCoder coder ) : System

메소드 상세

Draw() 공개 메소드

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

Initialize() 공개 메소드

Initialize this instance.
public Initialize ( ) : void
리턴 void

MainWindow() 공개 메소드

public MainWindow ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

Update() 공개 메소드

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