点击或拖拽改变大小

Rect 构造函数

重载列表
  名称说明
公共方法Rect(Size)
Constructor which sets the initial values to bound the (0,0) point and the point that results from (0,0) + size.
公共方法Rect(Point, Point)
Constructor which sets the initial values to bound the two points provided.
公共方法Rect(Point, Vector)
Constructor which sets the initial values to bound the point provided and the point which results from point + vector.
公共方法Rect(Point, Size)
Constructor which sets the initial values to the values of the parameters
公共方法Rect(Single, Single, Single, Single)
Constructor which sets the initial values to the values of the parameters. Width and Height must be non-negative
Top
参见