Метод |
Описание |
|
CreateCompatibleDC ( IntPtr hDC ) : IntPtr |
|
|
DeleteDC ( IntPtr hDC ) : bool |
|
|
DeleteObject ( IntPtr hObject ) : IntPtr |
|
|
GetDC ( IntPtr hWnd ) : IntPtr |
|
|
HIWORD ( IntPtr value ) : int |
|
|
HIWORD ( int value ) : int |
|
|
LOWORD ( IntPtr value ) : int |
|
|
LOWORD ( int value ) : int |
|
|
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int |
|
|
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr |
|
|
ShowWindow ( IntPtr hWnd, short cmdShow ) : int |
|
|
UpdateLayeredWindow ( IntPtr hwnd, IntPtr hdcDst, POINT &pptDst, SIZE &psize, IntPtr hdcSrc, POINT &pprSrc, Int32 crKey, BLENDFUNCTION &pblend, Int32 dwFlags ) : bool |
|
|