点击或拖拽改变大小

UnmanagedMethodsSetWindowPos 方法

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public static bool SetWindowPos(
	IntPtr hWnd,
	IntPtr hWndInsertAfter,
	int x,
	int y,
	int cx,
	int cy,
	UnmanagedMethodsSetWindowPosFlags uFlags
)

参数

hWnd
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <param name="hWnd"/> 文档]

hWndInsertAfter
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <param name="hWndInsertAfter"/> 文档]

x
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <param name="x"/> 文档]

y
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <param name="y"/> 文档]

cx
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <param name="cx"/> 文档]

cy
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <param name="cy"/> 文档]

uFlags
类型:CPF.WindowsUnmanagedMethodsSetWindowPosFlags

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <param name="uFlags"/> 文档]

返回值

类型:Boolean

[缺少 "M:CPF.Windows.UnmanagedMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,CPF.Windows.UnmanagedMethods.SetWindowPosFlags)" 的 <returns> 文档]

参见