コード例 #1
0
ファイル: Win32API.cs プロジェクト: Kungfu1985/BrowserX
 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);
コード例 #2
0
ファイル: MyWin32.cs プロジェクト: prepare/HTML-Renderer
 public static extern bool AlphaBlend(IntPtr hdc, int nXOriginDest,
     int nYOriginDest, int nWidthDest, int nHeightDest, IntPtr hdcSrc,
     int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, ref _BLENDFUNCTION blendFunction);
コード例 #3
0
 public static extern bool AlphaBlend(IntPtr hdc, int nXOriginDest,
                                      int nYOriginDest, int nWidthDest, int nHeightDest, IntPtr hdcSrc,
                                      int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, ref _BLENDFUNCTION blendFunction);