======Метод Form.SetDesktopBounds(Int32, Int32, Int32, Int32)====== * **Пространство имен:** [[developers:references:system.windows.forms|System.Windows.Forms]] * **Сборка:** System.Windows.Forms (в System.Windows.Forms.dll) =====Синтаксис===== public void SetDesktopBounds(int x, int y, int width, int height) **Параметры** * //x// * Тип: [[developers:references:system.int32|System.Int32]] * //y// * Тип: [[developers:references:system.int32|System.Int32]] * //width// * Тип: [[developers:references:system.int32|System.Int32]] * //height// * Тип: [[developers:references:system.int32|System.Int32]]