点击或拖拽改变大小

SizeWithWidth 方法

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

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

参数

width
类型:SystemSingle
The width.

返回值

类型:Size
The new Size.
参见