点击或拖拽改变大小

UnmanagedMethodsRECT 构造函数 (Int32, Int32, Int32, Int32)

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public RECT(
	int left,
	int top,
	int right,
	int bottom
)

参数

left
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="left"/> 文档]

top
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="top"/> 文档]

right
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="right"/> 文档]

bottom
类型:SystemInt32

[缺少 "M:CPF.Windows.UnmanagedMethods.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" 的 <param name="bottom"/> 文档]

参见