点击或拖拽改变大小

PixelPointEquals 方法

Checks for equality between a point and an object.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public override bool Equals(
	Object obj
)

参数

obj
类型:SystemObject
The object.

返回值

类型:Boolean
True if obj is a point that equals the current point.
参见