Method |
Description |
|
AdjustWindowRectEx ( RECT &rect, int dwStyle, bool hasMenu, int dwExSytle ) : void |
|
|
BeginPaint ( IntPtr hwnd, PI &ps ) : IntPtr |
|
|
BitBlt ( IntPtr hDestDC, int x, int y, int nWidth, int nHeight, IntPtr hSrcDC, int xSrc, int ySrc, int dwRop ) : int |
|
|
CoCreateGuid ( GUIDSTRUCT &guid ) : void |
|
|
CombineRgn ( HandleRef hRgn, HandleRef hRgn1, HandleRef hRgn2, int nCombineMode ) : 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 |
|
|
CreateSolidBrush ( int crColor ) : IntPtr |
|
|
DeleteDC ( IntPtr hDC ) : bool |
|
|
DeleteObject ( IntPtr hObject ) : IntPtr |
|
|
DisableProcessWindowsGhosting ( ) : void |
|
|
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 |
|
|
DwmExtendFrameIntoClientArea ( IntPtr hWnd, MARGINS &pMarInset ) : int |
|
|
DwmIsCompositionEnabled ( bool &enabled ) : void |
|
|
EndPaint ( IntPtr hwnd, PI &ps ) : bool |
|
|
ExcludeClipRect ( IntPtr hDC, int x1, int y1, int x2, int y2 ) : int |
|
|
GetActiveWindow ( ) : IntPtr |
|
|
GetClassName ( IntPtr hWnd, StringBuilder lpClassName, int nMaxCount ) : int |
|
|
GetClientRect ( IntPtr hWnd, RECT &lpRect ) : bool |
|
|
GetClipRgn ( HandleRef hDC, HandleRef hRgn ) : int |
|
|
GetDC ( IntPtr hWnd ) : IntPtr |
|
|
GetDCEx ( IntPtr hWnd, IntPtr hRgnClip, uint fdwOptions ) : IntPtr |
|
|
GetDeviceCaps ( IntPtr hDC, int nIndex ) : int |
|
|
GetKeyState ( int virtKey ) : ushort |
|
|
GetRgnBox ( HandleRef hRegion, RECT &clipRect ) : int |
|
|
GetViewportOrgEx ( HandleRef hDC, [ point ) : bool |
|
|
GetWindow ( IntPtr hWnd, uint uCmd ) : IntPtr |
|
|
GetWindowDC ( IntPtr hwnd ) : IntPtr |
|
|
GetWindowLong ( IntPtr hWnd, int nIndex ) : uint |
|
|
GetWindowRect ( IntPtr hWnd, RECT &rect ) : bool |
|
|
HIWORD ( IntPtr value ) : int |
|
|
HIWORD ( int value ) : int |
|
|
InflateRect ( RECT &lprc, int dx, int dy ) : bool |
|
|
IntCreateRectRgn ( int x1, int y1, int x2, int y2 ) : IntPtr |
|
|
IntRestoreDC ( HandleRef hDC, int nSavedDC ) : bool |
|
|
IntSaveDC ( HandleRef hDC ) : int |
|
|
IntersectClipRect ( IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect ) : int |
|
|
IsAppThemed ( ) : bool |
|
|
IsThemeActive ( ) : bool |
|
|
LOWORD ( IntPtr value ) : int |
|
|
LOWORD ( int value ) : int |
|
|
MAKEHIWORD ( int value ) : int |
|
|
MAKELOWORD ( int value ) : int |
|
|
MapWindowPoints ( IntPtr hWndFrom, IntPtr hWndTo, [ pt, int cPoints ) : int |
|
|
PrintWindow ( IntPtr hwnd, IntPtr hDC, uint nFlags ) : bool |
|
|
QueryPerformanceCounter ( long &var ) : short |
|
|
QueryPerformanceFrequency ( long &var ) : short |
|
|
RedrawWindow ( IntPtr hWnd, IntPtr rectUpdate, IntPtr hRgnUpdate, uint uFlags ) : bool |
|
|
RedrawWindow ( IntPtr hWnd, PI &rectUpdate, IntPtr hRgnUpdate, uint uFlags ) : bool |
|
|
RegisterWindowMessage ( string lpString ) : uint |
|
|
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int |
|
|
SelectClipRgn ( HandleRef hDC, HandleRef hRgn ) : int |
|
|
SelectClipRgn ( IntPtr hDC, IntPtr hRgn ) : int |
|
|
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr |
|
|
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : uint |
|
|
SetBkColor ( IntPtr hdc, int crColor ) : uint |
|
|
SetTextColor ( IntPtr hdc, int crColor ) : uint |
|
|
SetViewportOrgEx ( HandleRef hDC, int x, int y, [ point ) : bool |
|
|
SetWindowLong ( IntPtr hwnd, int nIndex, int nLong ) : uint |
|
|
SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, int X, int Y, int Width, int Height, uint flags ) : int |
|
|
SetWindowTheme ( IntPtr hWnd, String subAppName, String subIdList ) : int |
|
|
ShowWindow ( IntPtr hWnd, short cmdShow ) : int |
|
|
TrackMouseEvent ( TRACKMOUSEEVENTS &tme ) : bool |
|
|
TranslateMessage ( [ lpMsg ) : bool |
|
|
VkKeyScan ( char ch ) : short |
|
|
WindowFromPoint ( PI pt ) : IntPtr |
|
|