Ejemplo n.º 1
0
 internal static void BlitFromOffscreen(IntPtr dest_handle,
                                        Graphics dest_dc,
                                        object offscreen_drawable,
                                        Graphics offscreen_dc,
                                        Rectangle r)
 {
     DriverDebug("BlitFromOffscreen ({0}): Called", Window(dest_handle));
     driver.BlitFromOffscreen(dest_handle, dest_dc, offscreen_drawable, offscreen_dc, r);
 }
Ejemplo n.º 2
0
        internal static void BlitFromOffscreen(IntPtr dest_handle,
                                               Graphics dest_dc,
                                               object offscreen_drawable,
                                               Graphics offscreen_dc,
                                               Rectangle r)
        {
#if DriverDebug
            Console.WriteLine("BlitFromOffscreen({0}): Called", Window(dest_handle));
#endif
            driver.BlitFromOffscreen(dest_handle, dest_dc, offscreen_drawable, offscreen_dc, r);
        }