点击或拖拽改变大小

PointDivision 运算符

Divides a point by a factor coordinate-wise

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static Point operator /(
	Point p,
	float k
)

参数

p
类型:CPF.DrawingPoint
Point to divide by
k
类型:SystemSingle
Factor

返回值

类型:Point
Points having its coordinates divided
参见