C# Class MissionPlanner.Controls.DistanceBar

Mostrar archivo Open project: ArduPilot/MissionPlanner

Public Methods

Method Description
AddWPDist ( float dist ) : void
ClearWPDist ( ) : void
DistanceBar ( ) : System
DoPaintRemote ( PaintEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

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

AddWPDist() public method

public AddWPDist ( float dist ) : void
dist float
return void

ClearWPDist() public method

public ClearWPDist ( ) : void
return void

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

DistanceBar() public method

public DistanceBar ( ) : System
return System

DoPaintRemote() public method

public DoPaintRemote ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaint() protected method

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

OnPaintBackground() protected method

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e EventArgs
return void