======Метод Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)====== * **Пространство имен:** [[developers:references:system.windows.forms|System.Windows.Forms]] * **Сборка:** System.Windows.Forms (в System.Windows.Forms.dll) =====Синтаксис===== public void SetBounds(int x, int y, int width, int height, BoundsSpecified specified) **Параметры** * //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]] * //specified// * Тип: [[developers:references:system.windows.forms.boundsspecified|System.Windows.Forms.BoundsSpecified]]