C# Class SimTelemetry.TrackMap

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

Public Properties

Property Type Description
Samples List
TimeCursor double
TimeOffset double
Time_Bounds_Max double
Time_Bounds_Min double

Public Methods

Method Description
Draw ( ) : void
TrackMap ( ) : System
map_Paint ( object sender, PaintEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Draw() public method

public Draw ( ) : void
return void

TrackMap() public method

public TrackMap ( ) : System
return System

map_Paint() public method

public map_Paint ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
return void

Property Details

Samples public_oe property

public List Samples
return List

TimeCursor public_oe property

public double TimeCursor
return double

TimeOffset public_oe property

public double TimeOffset
return double

Time_Bounds_Max public_oe property

public double Time_Bounds_Max
return double

Time_Bounds_Min public_oe property

public double Time_Bounds_Min
return double