Exemplo n.º 1
0
 internal static extern int UpdateLayeredWindow(
     IntPtr hwnd,
     IntPtr hdcDst,
     [In]
     ref Point pptDst,
     [In]
     ref Size psize,
     IntPtr hdcSrc,
     [In]
     ref Point pptSrc,
     int crKey,
     [In]
     ref Blendfunction pblend,
     int dwFlags);
Exemplo n.º 2
0
 public static extern Bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref Point pptDst, ref Size psize, IntPtr hdcSrc, ref Point pprSrc, Int32 crKey, ref Blendfunction pblend, Int32 dwFlags);
Exemplo n.º 3
0
 public static extern Bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref Point pptDst, ref Size psize,
     IntPtr hdcSrc, ref Point pprSrc, int crKey, ref Blendfunction pblend, int dwFlags);