Rebornbuddy
|
Public Member Functions | |
RadarForm () | |
int | RelativeCoordinate (float myCoord, float otherCoord, float centerOffset) |
PointF | AzEl2XY (int azimuth, int elevation) |
void | flipem () |
void | AddGraphNodes (List< Node > possibleNodes) |
Public Attributes | |
System.Windows.Forms.TrackBar | trkZoom |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. |
ff14bot.Radar.RadarForm.RadarForm | ( | ) |
void ff14bot.Radar.RadarForm.AddGraphNodes | ( | List< Node > | possibleNodes | ) |
PointF ff14bot.Radar.RadarForm.AzEl2XY | ( | int | azimuth, |
int | elevation ) |
|
protected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
void ff14bot.Radar.RadarForm.flipem | ( | ) |
int ff14bot.Radar.RadarForm.RelativeCoordinate | ( | float | myCoord, |
float | otherCoord, | ||
float | centerOffset ) |
System.Windows.Forms.TrackBar ff14bot.Radar.RadarForm.trkZoom |