RectInflate 方法 |
名称 | 说明 | |
---|---|---|
Inflate(Size) |
Inflate - inflate the bounds by the size provided, in all directions
If this is Empty, this method is illegal.
| |
Inflate(Single, Single) |
Inflate - inflate the bounds by the size provided, in all directions.
If -width is > Width / 2 or -height is > Height / 2, this Rect becomes Empty
If this is Empty, this method is illegal.
| |
Inflate(Rect, Size) |
Inflate - return the result of inflating rect by the size provided, in all directions
If this is Empty, this method is illegal.
| |
Inflate(Rect, Single, Single) |
Inflate - return the result of inflating rect by the size provided, in all directions
If this is Empty, this method is illegal.
|