点击或拖拽改变大小

Rect 构造函数 (Point, Vector)

Constructor which sets the initial values to bound the point provided and the point which results from point + vector.

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public Rect(
	Point point,
	Vector vector
)

参数

point
类型:CPF.DrawingPoint

[缺少 "M:CPF.Drawing.Rect.#ctor(CPF.Drawing.Point,CPF.Drawing.Vector)" 的 <param name="point"/> 文档]

vector
类型:CPF.DrawingVector

[缺少 "M:CPF.Drawing.Rect.#ctor(CPF.Drawing.Point,CPF.Drawing.Vector)" 的 <param name="vector"/> 文档]

参见