메소드 |
설명 |
|
FreeLibrary ( IntPtr moduleHandle ) : bool |
|
|
GetDpiForMonitor ( IntPtr hmonitor, MDT dpiType, uint &dpiX, uint &dpiY ) : uint |
|
|
GetProcAddress ( IntPtr moduleHandle, string method ) : IntPtr |
|
|
GetProcessDpiAwareness ( IntPtr handle, PROCESS_DPI_AWARENESS &awareness ) : uint |
|
|
GetWindowLong ( IntPtr hWnd, GWL nIndex ) : uint |
|
|
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool |
|
|
LoadLibrary ( string library ) : IntPtr |
|
|
MonitorFromPoint ( System pt, MONITOR dwFlags ) : IntPtr |
|
|
MonitorFromWindow ( IntPtr hwnd, MONITOR flags ) : IntPtr |
|
|
PeekMessage ( Message &wMsg, IntPtr hwnd, int msgMin, int msgMax, int remove ) : bool |
|
|
SendMessage ( IntPtr hWnd, WM wMsg, IntPtr wParam, IntPtr lParam ) : IntPtr |
|
|
SendMessage ( IntPtr hWnd, WM msg, IntPtr wParam, [ lParam ) : IntPtr |
|
|
SetProcessDpiAwareness ( PROCESS_DPI_AWARENESS awareness ) : uint |
|
|
SetWindowLong ( IntPtr hWnd, GWL nIndex, uint dwNewLong ) : int |
|
|
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SWP uFlags ) : bool |
|
|
ShowWindow ( IntPtr hWnd, SW nCmdShow ) : bool |
|
|