Ejemplo n.º 1
0
 internal static void DrawReversibleRectangle(IntPtr handle, Rectangle rect, int line_width)
 {
                 #if DriverDebug
     Console.WriteLine("DrawReversibleRectangle({0}, {1}, {2}): Called", Window(handle), rect, line_width);
                 #endif
     driver.DrawReversibleRectangle(handle, rect, line_width);
 }
Ejemplo n.º 2
0
 internal static void DrawReversibleRectangle(IntPtr handle, Rectangle rect, int line_width)
 {
     DriverDebug("DrawReversibleRectangle ({0}, {1}, {2}): Called", Window(handle), rect, line_width);
     driver.DrawReversibleRectangle(handle, rect, line_width);
 }