点击或拖拽改变大小

RectInflate 方法 (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.

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Inflate(
	float width,
	float height
)

参数

width
类型:SystemSingle

[缺少 "M:CPF.Drawing.Rect.Inflate(System.Single,System.Single)" 的 <param name="width"/> 文档]

height
类型:SystemSingle

[缺少 "M:CPF.Drawing.Rect.Inflate(System.Single,System.Single)" 的 <param name="height"/> 文档]

参见