======Метод NativeMethods.SetWindowPos(IntPtr, IntPtr, Int32, Int32, Int32, Int32, UInt32)====== * **Пространство имен:** [[developers:references:topomatic.controls|Topomatic.Controls]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public static bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags) **Параметры** * //hWnd// * Тип: [[developers:references:system.intptr|System.IntPtr]] * //hWndInsertAfter// * Тип: [[developers:references:system.intptr|System.IntPtr]] * //X// * Тип: [[developers:references:system.int32|System.Int32]] * //Y// * Тип: [[developers:references:system.int32|System.Int32]] * //cx// * Тип: [[developers:references:system.int32|System.Int32]] * //cy// * Тип: [[developers:references:system.int32|System.Int32]] * //uFlags// * Тип: [[developers:references:system.uint32|System.UInt32]] **Возвращаемое значение** * Тип: [[developers:references:system.boolean|System.Boolean]]