Exemple #1
0
 // double buffering
 internal static void CreateOffscreenDrawable(IntPtr handle,
                                              int width, int height,
                                              out object offscreen_drawable)
 {
     DriverDebug("CreateOffscreenDrawable ({2}, {0},{1}): Called", width, height, Window(handle));
     driver.CreateOffscreenDrawable(handle, width, height,
                                    out offscreen_drawable);
 }
Exemple #2
0
        // double buffering
        internal static void CreateOffscreenDrawable(IntPtr handle,
                                                     int width, int height,
                                                     out object offscreen_drawable)
        {
#if DriverDebug
            Console.WriteLine("CreateOffscreenDrawable({2}, {0},{1}): Called", width, height, Window(handle));
#endif
            driver.CreateOffscreenDrawable(handle, width, height,
                                           out offscreen_drawable);
        }