C# Class DS4_PSO2.GestureOverlay

ファイルを表示 Open project: kg/DS4_PSO2 Class Usage Examples

Public Methods

Method Description
GestureOverlay ( ) : System
Repaint ( ) : void
Update ( DualShock4 controller, string latestText ) : void

Protected Methods

Method Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
ApplyOutlineFilter ( ) : void
CreateCompatibleBitmap ( IntPtr hDC, int width, int height ) : IntPtr
CreateCompatibleDC ( IntPtr hDC ) : IntPtr
CreateDIBSection ( IntPtr hdc, [ pbmi, uint pila, IntPtr &ppvBits, IntPtr hSection, uint dwOffset ) : IntPtr
DeleteDC ( IntPtr hdc ) : bool
DeleteObject ( IntPtr hObject ) : bool
FlushGraphicsToScreen ( ) : void
GestureOverlay_Resize ( object sender, EventArgs e ) : void
GetDC ( IntPtr handle ) : IntPtr
InitializeComponent ( ) : void

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

ReleaseDC ( IntPtr handle, IntPtr hDC ) : int
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
UpdateLayeredWindow ( IntPtr hwnd, IntPtr hdcDst, Point &pptDst, Size &psize, IntPtr hdcSrc, Point &pptSrc, uint crKey, [ pblend, uint dwFlags ) : bool

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GestureOverlay() public method

public GestureOverlay ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Repaint() public method

public Repaint ( ) : void
return void

Update() public method

public Update ( DualShock4 controller, string latestText ) : void
controller DualShock4
latestText string
return void