Méthode |
Description |
|
BitBlt ( IntPtr hDestDC, int x, int y, int nWidth, int nHeight, IntPtr hSrcDC, int xSrc, int ySrc, int dwRop ) : int |
|
|
CreateCompatibleBitmap ( IntPtr hDC, int nWidth, int nHeight ) : IntPtr |
|
|
CreateCompatibleDC ( IntPtr hDC ) : IntPtr |
|
|
CreateDIBSection ( IntPtr hDC, BITMAPINFO pBMI, uint iUsage, int ppvBits, IntPtr hSection, uint dwOffset ) : IntPtr |
|
|
DeleteDC ( IntPtr hDC ) : bool |
|
|
DeleteObject ( IntPtr hObject ) : IntPtr |
|
|
DrawThemeTextEx ( IntPtr hTheme, IntPtr hDC, int iPartId, int iStateId, string text, int iCharCount, int dwFlags, RECT &pRect, DTTOPTS &pOptions ) : int |
|
|
DwmDefWindowProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, IntPtr &result ) : int |
|
|
ExcludeClipRect ( IntPtr hDC, int x1, int y1, int x2, int y2 ) : int |
|
|
GetActiveWindow ( ) : IntPtr |
|
|
GetDeviceCaps ( IntPtr hDC, int nIndex ) : int |
|
|
GetFocus ( ) : IntPtr |
|
|
GetWindowLong ( IntPtr hWnd, int nIndex ) : uint |
|
|
HIWORD ( IntPtr value ) : int |
|
|
HIWORD ( int value ) : int |
|
|
HideCaret ( IntPtr hWnd ) : bool |
|
|
IsAppThemed ( ) : bool |
|
|
IsThemeActive ( ) : bool |
|
|
LOWORD ( IntPtr value ) : int |
|
|
LOWORD ( int value ) : int |
|
|
MessageBeep ( int type ) : bool |
|
|
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr |
|
|
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, TITLEBARINFOEX &lParam ) : uint |
|
|
SetFocus ( IntPtr hWnd ) : IntPtr |
|
|
SetMenu ( HandleRef hWnd, HandleRef hMenu ) : bool |
|
|
SetWindowLong ( IntPtr hwnd, int nIndex, uint nLong ) : uint |
|
|
ShowCaret ( IntPtr hWnd ) : bool |
|
|
ShowWindow ( IntPtr hWnd, short cmdShow ) : int |
|
|