点击或拖拽改变大小

NativeMethodsRedrawWindow 方法 (HandleRef, RECT, HandleRef, Int32)

[缺少 "M:DSkin.NativeMethods.RedrawWindow(System.Runtime.InteropServices.HandleRef,DSkin.RECT@,System.Runtime.InteropServices.HandleRef,System.Int32)" 的 <summary> 文档]

命名空间:  DSkin
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static bool RedrawWindow(
	HandleRef hwnd,
	ref RECT rcUpdate,
	HandleRef hrgnUpdate,
	int flags
)

参数

hwnd
类型:System.Runtime.InteropServicesHandleRef

[缺少 "M:DSkin.NativeMethods.RedrawWindow(System.Runtime.InteropServices.HandleRef,DSkin.RECT@,System.Runtime.InteropServices.HandleRef,System.Int32)" 的 <param name="hwnd"/> 文档]

rcUpdate
类型:DSkinRECT

[缺少 "M:DSkin.NativeMethods.RedrawWindow(System.Runtime.InteropServices.HandleRef,DSkin.RECT@,System.Runtime.InteropServices.HandleRef,System.Int32)" 的 <param name="rcUpdate"/> 文档]

hrgnUpdate
类型:System.Runtime.InteropServicesHandleRef

[缺少 "M:DSkin.NativeMethods.RedrawWindow(System.Runtime.InteropServices.HandleRef,DSkin.RECT@,System.Runtime.InteropServices.HandleRef,System.Int32)" 的 <param name="hrgnUpdate"/> 文档]

flags
类型:SystemInt32

[缺少 "M:DSkin.NativeMethods.RedrawWindow(System.Runtime.InteropServices.HandleRef,DSkin.RECT@,System.Runtime.InteropServices.HandleRef,System.Int32)" 的 <param name="flags"/> 文档]

返回值

类型:Boolean

[缺少 "M:DSkin.NativeMethods.RedrawWindow(System.Runtime.InteropServices.HandleRef,DSkin.RECT@,System.Runtime.InteropServices.HandleRef,System.Int32)" 的 <returns> 文档]

参见