Esempio n. 1
0
 private static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref Point pptDst, ref Size psize, IntPtr hdcSrc, ref Point pptSrc,
                                                int crKey, ref BlendFunction pblend, UpdateLayeredWindowFlags dwFlags);
Esempio n. 2
0
 public static extern bool UpdateLayeredWindow(IntPtr hWnd, IntPtr hdcDst, ref POINT ptDst, ref SIZE size,
                                               IntPtr hdcSrc, ref POINT ptSrc, COLORREF crKey, ref BLENDFUNCTION pblend, UpdateLayeredWindowFlags flags);
Esempio n. 3
0
        internal static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst,
			ref Point pptDst, ref Size psize, IntPtr hdcSrc, ref Point pptSrc,
			Int32 crKey, ref BlendFunction pblend, UpdateLayeredWindowFlags dwFlags);
Esempio n. 4
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref POINTAPI pptDst, ref SIZE psize,
                                               IntPtr hdcSrc, ref POINTAPI pprSrc, Int32 crKey, ref BLENDFUNCTION pblend, UpdateLayeredWindowFlags dwFlags);