C# 클래스 WoWRadar.frmMain

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: johnmoore/WoW-Radar

공개 메소드들

메소드 설명
MobNameFromGuid ( ulong Guid ) : string
PlayerNameFromGuid ( ulong guid ) : string
frmMain ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

MobNameFromGuid() 공개 메소드

public MobNameFromGuid ( ulong Guid ) : string
Guid ulong
리턴 string

PlayerNameFromGuid() 공개 메소드

public PlayerNameFromGuid ( ulong guid ) : string
guid ulong
리턴 string

frmMain() 공개 메소드

public frmMain ( ) : System
리턴 System