参考 System.Drawing.Point
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static bool operator ==(
PointD left,
PointD right
)
Public Shared Operator = (
left As PointD,
right As PointD
) As Boolean
public:
static bool operator ==(
PointD left,
PointD right
)
static let inline (=)
left : PointD *
right : PointD : bool
参数
- left
- 类型: System.DrawingPointD
- right
- 类型: System.DrawingPointD
返回值
类型:
Boolean
参见