点击或拖拽改变大小

PixelSizeWithWidth 方法

Returns a new PixelSize with the same height and the specified width.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public PixelSize WithWidth(
	int width
)

参数

width
类型:SystemInt32
The width.

返回值

类型:PixelSize
The new PixelSize.
参见