点击或拖拽改变大小

NativeMethodsGetWindowRect 方法

获取窗口大小及位置

命名空间:  DSkin
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static bool GetWindowRect(
	IntPtr hWnd,
	ref RECT lpRect
)

参数

hWnd
类型:SystemIntPtr
窗口句柄
lpRect
类型:DSkinRECT
位置大小

返回值

类型:Boolean

[缺少 "M:DSkin.NativeMethods.GetWindowRect(System.IntPtr,DSkin.RECT@)" 的 <returns> 文档]

参见