示例#1
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);
示例#2
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);