C# Class WoWRadar.frmMain

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: johnmoore/WoW-Radar

Public Methods

Method Description
MobNameFromGuid ( ulong Guid ) : string
PlayerNameFromGuid ( ulong guid ) : string
frmMain ( ) : System

Private Methods

Method Description
AddTile ( Bitmap img, int x, int y, int posx, int posy, int fac ) : Bitmap
ClearBitmap ( Bitmap &img ) : void
DrawMinimapOverlay ( Bitmap img, Bitmap RadBit ) : Bitmap
DrawText ( Bitmap img, String TextToDraw, int size ) : Bitmap
DrawText ( Bitmap img, String TextToDraw, int XPos, int YPos ) : Bitmap
DrawUnit ( Bitmap img, Color UnitColor, float XPos, float YPos, float Rotation, string strName ) : Bitmap
GetNearbyMinimap ( ) : Bitmap
GetObjectBaseByGuid ( ulong Guid ) : uint
GetObjectGuidByBase ( uint Base ) : ulong
LoadAddresses ( ) : System.Boolean
RadarTimer_Tick ( object sender, EventArgs e ) : void
RadianToDegree ( float Rotation ) : float
ToHexString ( uint HexToConvert ) : String
btnReload_Click ( object sender, EventArgs e ) : void
chkWaypoint_CheckedChanged ( object sender, EventArgs e ) : void
frmMain_Activated ( object sender, EventArgs e ) : void
tkbRefreshRate_Scroll ( object sender, EventArgs e ) : void
tmrWaypoint_Tick ( object sender, EventArgs e ) : void

Method Details

MobNameFromGuid() public method

public MobNameFromGuid ( ulong Guid ) : string
Guid ulong
return string

PlayerNameFromGuid() public method

public PlayerNameFromGuid ( ulong guid ) : string
guid ulong
return string

frmMain() public method

public frmMain ( ) : System
return System