点击或拖拽改变大小

PixelSizeWithHeight 方法

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

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

参数

height
类型:SystemInt32
The height.

返回值

类型:PixelSize
The new PixelSize.
参见