Exemplo n.º 1
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst,
     ref POINT pptDst, ref SIZE psize, IntPtr hdcSrc, ref POINT pptSrc, uint crKey,
     [In] ref BLENDFUNCTION pblend, uint dwFlags);
Exemplo n.º 2
0
 public static extern int DwmQueryThumbnailSourceSize(IntPtr thumb, out SIZE size);