C# 클래스 LoveBoot.Overlay

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AlbinoDrought/LoveBoot

공개 메소드들

메소드 설명
Overlay ( BotLogic _owner, int _keyOffsetX, int _keyOffsetY, string process ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetWindowLong ( IntPtr hWnd, GWL nIndex ) : int
InitializeComponent ( ) : void

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

KeyboardHook_KeyDown ( object sender, KeyEventArgs e ) : void
Overlay_FormClosing ( object sender, FormClosingEventArgs e ) : void
Overlay_Load ( object sender, EventArgs e ) : void
Overlay_Paint ( object sender, PaintEventArgs e ) : void
Overlay_Shown ( object sender, EventArgs e ) : void
SetLayeredWindowAttributes ( IntPtr hWnd, int crKey, byte alpha, LWA dwFlags ) : bool
SetWindowLong ( IntPtr hWnd, GWL nIndex, int dwNewLong ) : int
fixPosition ( ) : void
getColoredBitmap ( Bitmap original, Color newColor ) : Bitmap
getStatusString ( ) : string
initializeOverlayBrushes ( ) : void
multiplyColor ( Color a, Color b ) : Color
signalToFriendlyName ( BotLogic signal ) : string
tmrOverlay_Tick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Overlay() 공개 메소드

public Overlay ( BotLogic _owner, int _keyOffsetX, int _keyOffsetY, string process ) : System
_owner BotLogic
_keyOffsetX int
_keyOffsetY int
process string
리턴 System