点击或拖拽改变大小

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

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static PixelRect Inflate(
	PixelRect rect,
	int width,
	int height
)

参数

rect
类型:CPFPixelRect

[缺少 "M:CPF.PixelRect.Inflate(CPF.PixelRect,System.Int32,System.Int32)" 的 <param name="rect"/> 文档]

width
类型:SystemInt32

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

height
类型:SystemInt32

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

返回值

类型:PixelRect

[缺少 "M:CPF.PixelRect.Inflate(CPF.PixelRect,System.Int32,System.Int32)" 的 <returns> 文档]

参见