C# Class LoveBoot.Overlay

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: AlbinoDrought/LoveBoot

Public Methods

Method Description
Overlay ( BotLogic _owner, int _keyOffsetX, int _keyOffsetY, string process ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

Overlay() public method

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