Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Radar.RadarForm Class Reference
Inheritance diagram for ff14bot.Radar.RadarForm:

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.

Constructor & Destructor Documentation

◆ RadarForm()

ff14bot.Radar.RadarForm.RadarForm ( )

Member Function Documentation

◆ AddGraphNodes()

void ff14bot.Radar.RadarForm.AddGraphNodes ( List< Node > possibleNodes)

◆ AzEl2XY()

PointF ff14bot.Radar.RadarForm.AzEl2XY ( int azimuth,
int elevation )

◆ Dispose()

override void ff14bot.Radar.RadarForm.Dispose ( bool disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

◆ flipem()

void ff14bot.Radar.RadarForm.flipem ( )

◆ RelativeCoordinate()

int ff14bot.Radar.RadarForm.RelativeCoordinate ( float myCoord,
float otherCoord,
float centerOffset )

Member Data Documentation

◆ trkZoom

System.Windows.Forms.TrackBar ff14bot.Radar.RadarForm.trkZoom