示例#1
0
        internal override void DrawReversibleRectangle(IntPtr handle, Rectangle rect, int line_width)
        {
            X11Hwnd hwnd = (X11Hwnd)Hwnd.ObjectFromHandle(handle);

            if (hwnd != null)
            {
                hwnd.DrawReversibleRectangle(rect, line_width);
            }
        }