点击或拖拽改变大小

UnmanagedMethodsFillRect 方法

[缺少 "M:CPF.Windows.UnmanagedMethods.FillRect(System.IntPtr,CPF.Windows.UnmanagedMethods.RECT@,System.IntPtr)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public static void FillRect(
	IntPtr hdc,
	ref UnmanagedMethodsRECT rect,
	IntPtr brush
)

参数

hdc
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.FillRect(System.IntPtr,CPF.Windows.UnmanagedMethods.RECT@,System.IntPtr)" 的 <param name="hdc"/> 文档]

rect
类型:CPF.WindowsUnmanagedMethodsRECT

[缺少 "M:CPF.Windows.UnmanagedMethods.FillRect(System.IntPtr,CPF.Windows.UnmanagedMethods.RECT@,System.IntPtr)" 的 <param name="rect"/> 文档]

brush
类型:SystemIntPtr

[缺少 "M:CPF.Windows.UnmanagedMethods.FillRect(System.IntPtr,CPF.Windows.UnmanagedMethods.RECT@,System.IntPtr)" 的 <param name="brush"/> 文档]

参见