点击或拖拽改变大小

PixelRect 构造函数

Constructor which sets the initial values to the values of the parameters. Width and Height must be non-negative

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public PixelRect(
	 in int x,
	 in int y,
	 in int width,
	 in int height
)

参数

x
类型:SystemInt32

[缺少 "M:CPF.PixelRect.#ctor(System.Int32@,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="x"/> 文档]

y
类型:SystemInt32

[缺少 "M:CPF.PixelRect.#ctor(System.Int32@,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="y"/> 文档]

width
类型:SystemInt32

[缺少 "M:CPF.PixelRect.#ctor(System.Int32@,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="width"/> 文档]

height
类型:SystemInt32

[缺少 "M:CPF.PixelRect.#ctor(System.Int32@,System.Int32@,System.Int32@,System.Int32@)" 的 <param name="height"/> 文档]

参见