C# Class LiveTelemetry.Gauge_A1GP

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Méthodes publiques

Méthode Description
Gauge_A1GP ( Triton.Joysticks.Joystick j ) : System
Update ( ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

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

public Gauge_A1GP ( Triton.Joysticks.Joystick j ) : System
j Triton.Joysticks.Joystick
Résultat System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void