C# Class GDIVideo.Form1

Inheritance: Window
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Form1 ( ) : System
OnDestroyed ( ) : void

When the window is destroyed, we want to make sure the stop the camera.

OnJoystickDispatch ( TimedDispatcher dispatcher, double time, object dispatchParams ) : void
OnKeyDown ( KeyboardActivityArgs ke ) : void
OnKeyUp ( KeyboardActivityArgs ke ) : void
OnMouseWheel ( MouseActivityArgs e ) : void

Private Methods

Method Description
Main ( ) : void
OnFrameReceived ( object sender, CameraEventArgs camEvent ) : void

Whenever a frame is received from the camera, this routine is called.

ResetCamera ( ) : void

Method Details

Form1() public method

public Form1 ( ) : System
return System

OnDestroyed() public method

When the window is destroyed, we want to make sure the stop the camera.
public OnDestroyed ( ) : void
return void

OnJoystickDispatch() public method

public OnJoystickDispatch ( TimedDispatcher dispatcher, double time, object dispatchParams ) : void
dispatcher NewTOAPIA.Kernel.TimedDispatcher
time double
dispatchParams object
return void

OnKeyDown() public method

public OnKeyDown ( KeyboardActivityArgs ke ) : void
ke NewTOAPIA.UI.KeyboardActivityArgs
return void

OnKeyUp() public method

public OnKeyUp ( KeyboardActivityArgs ke ) : void
ke NewTOAPIA.UI.KeyboardActivityArgs
return void

OnMouseWheel() public method

public OnMouseWheel ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
return void