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
|