Ejemplo n.º 1
0
 extern public static Int32 AlphaBlend(IntPtr hdcDest,
                                       Int32 xDest,
                                       Int32 yDest,
                                       Int32 cxDest,
                                       Int32 cyDest,
                                       IntPtr hdcSrc,
                                       Int32 xSrc,
                                       Int32 ySrc,
                                       Int32 cxSrc,
                                       Int32 cySrc,
                                       BlendFunction blendFunction);
 public static extern Int32 AlphaBlend(IntPtr hdcDest,
                                       Int32 xDest,
                                       Int32 yDest,
                                       Int32 cxDest,
                                       Int32 cyDest,
                                       IntPtr hdcSrc,
                                       Int32 xSrc,
                                       Int32 ySrc,
                                       Int32 cxSrc,
                                       Int32 cySrc,
                                       BlendFunction blendFunction);