C# Class LiveTelemetry.Gauge_A1GP

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
Gauge_A1GP ( Triton.Joysticks.Joystick j ) : System
Update ( ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
PaintBackground ( object sender ) : void
j_Release ( Triton.Joysticks.Joystick joystick, int button ) : void
t_Tick ( object sender, EventArgs e ) : void

Method Details

Gauge_A1GP() public method

public Gauge_A1GP ( Triton.Joysticks.Joystick j ) : System
j Triton.Joysticks.Joystick
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Update() public method

public Update ( ) : void
return void