点击或拖拽改变大小

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.
Top
参见