点击或拖拽改变大小

PointWithY 方法

Returns a new point with the specified Y coordinate.

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

参数

y
类型:SystemSingle
The Y coordinate.

返回值

类型:Point
The new point.
参见