Point.GetHashCode 方法

定义

返回此 Point 的哈希代码。

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

Int32

Point 结构的哈希代码。

注解

此结构表示 Windows Runtime (WinRT) 的 .NET Point 投影。 有关详细信息,请参阅 UWP API 参考中的点。

有关此成员详细信息和示例,请参阅 Point.GetHashCode() .NET Framework API 参考。 (示例显示 WPF 用法,可能不会直接转换为 UWP XAML.)

适用于