예제 #1
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINT lpPoint);
예제 #2
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINT lpPoint);
예제 #3
0
 public static extern bool GetCaretPos(out POINT lpPoint);
예제 #4
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd
     , IntPtr hdcDst
     , ref POINT pptDst
     , ref SIZE psize
     , IntPtr hdcSrc
     , ref POINT pptSrc
     , uint crKey
     , [In] ref BLENDFUNCTION pblend
     , uint dwFlags
     );