Exemplo n.º 1
0
        internal override void SetWindowPos(IntPtr handle, int x, int y, int width, int height)
        {
            X11Hwnd hwnd = (X11Hwnd)Hwnd.ObjectFromHandle(handle);

            if (hwnd != null)
            {
                hwnd.SetPosition(x, y, width, height);
            }
        }