点击或拖拽改变大小

PixelPointEquality 运算符

Checks for equality between two PixelPoints.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static bool operator ==(
	PixelPoint left,
	PixelPoint right
)

参数

left
类型:CPFPixelPoint
The first point.
right
类型:CPFPixelPoint
The second point.

返回值

类型:Boolean
True if the points are equal; otherwise false.
参见