コード例 #1
0
ファイル: Win32.cs プロジェクト: TobleMiner/Desktop-Ponies
 public static extern bool UpdateLayeredWindow(HandleRef hwnd, HandleRef hdcDst, [In] ref POINT pptDst, [In] ref SIZE psize,
     HandleRef hdcSrc, [In] ref POINT pptSrc, COLORREF crKey, [In] ref BLENDFUNCTION pblend, UlwFlags dwFlags);
コード例 #2
0
ファイル: Win32.cs プロジェクト: Dragonlord555/Desktop-Ponies
 public static extern bool UpdateLayeredWindow(HandleRef hwnd, HandleRef hdcDst, [In] ref POINT pptDst, [In] ref SIZE psize,
                                               HandleRef hdcSrc, [In] ref POINT pptSrc, COLORREF crKey, [In] ref BLENDFUNCTION pblend, UlwFlags dwFlags);