C# Class LoveBoot.Overlay

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: AlbinoDrought/LoveBoot

Méthodes publiques

Méthode Description
Overlay ( BotLogic _owner, int _keyOffsetX, int _keyOffsetY, string process ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

Overlay() public méthode

public Overlay ( BotLogic _owner, int _keyOffsetX, int _keyOffsetY, string process ) : System
_owner BotLogic
_keyOffsetX int
_keyOffsetY int
process string
Résultat System