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