Exemple #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);
Exemple #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);
Exemple #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);
Exemple #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);