예제 #1
0
 public static extern int GetClientRect(IntPtr hWnd, ref RECT rc);
예제 #2
0
 public static extern int FillRect(IntPtr hDC, ref RECT rect, IntPtr hBrush);
예제 #3
0
 public static extern int DrawText(IntPtr hdc, string lpString, int nCount, ref RECT lpRect, int uFormat);
예제 #4
0
 public static extern void SendMessage(IntPtr hWnd, int msg, int wParam, ref RECT lParam);
예제 #5
0
 public static extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy, ref RECT rcScroll, ref RECT rcClip, IntPtr UpdateRegion, ref RECT rcInvalidated, uint flags);
예제 #6
0
 public static extern bool GetMenuItemRect(IntPtr hWnd, IntPtr hMenu, uint Item, ref RECT rc);