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); }
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); }