C# Class MissionPlanner.SimpleGrid.GridUI

Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
GridUI ( MissionPlanner.SimpleGrid.GridPlugin plugin ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddDrawPolygon ( ) : void
BUT_Accept_Click ( object sender, EventArgs e ) : void
GridUI_Load ( object sender, EventArgs e ) : void
GridUI_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

calcpolygonarea ( List polygon ) : double
domainUpDown1_ValueChanged ( object sender, EventArgs e ) : void
getAngleOfLongestSide ( List list ) : double
loadsetting ( string key, Control item ) : void
loadsettings ( ) : void
savesettings ( ) : void

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

GridUI() public method

public GridUI ( MissionPlanner.SimpleGrid.GridPlugin plugin ) : System
plugin MissionPlanner.SimpleGrid.GridPlugin
return System