コード例 #1
0
 extern internal static bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref Win32Point pptDst, ref Win32Size psize, IntPtr hdcSrc, ref Win32Point pprSrc, Int32 crKey, ref BLENDFUNCTION pblend, int dwFlags);
コード例 #2
0
 internal static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDest, ref Point pptDest,
                                                 ref Win32Size psize,
                                                 IntPtr hdcSrc, ref Point pptSrc, uint crKey,
                                                 [In] ref BlendFunction pblend, uint dwFlags);