예제 #1
0
        internal static Graphics GetOffscreenGraphics(object offscreen_drawable)
        {
#if DriverDebug
            Console.WriteLine("GetOffscreenGraphics(): Called");
#endif
            return(driver.GetOffscreenGraphics(offscreen_drawable));
        }
예제 #2
0
 internal static Graphics GetOffscreenGraphics(object offscreen_drawable)
 {
     DriverDebug("GetOffscreenGraphics (): Called");
     return(driver.GetOffscreenGraphics(offscreen_drawable));
 }