命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public static bool operator ==(
PixelPoint left,
PixelPoint right
)
参数
- left
- 类型:CPFPixelPoint
The first point. - right
- 类型:CPFPixelPoint
The second point.
返回值
类型:
BooleanTrue if the points are equal; otherwise false.
参见