C# Класс DS4_PSO2.GestureOverlay

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GestureOverlay ( ) : System
Repaint ( ) : void
Update ( DualShock4 controller, string latestText ) : void

Защищенные методы

Метод Описание
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

CreateHandle() защищенный Метод

protected CreateHandle ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GestureOverlay() публичный Метод

public GestureOverlay ( ) : System
Результат System

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

Repaint() публичный Метод

public Repaint ( ) : void
Результат void

Update() публичный Метод

public Update ( DualShock4 controller, string latestText ) : void
controller DualShock4
latestText string
Результат void