Point.GetHashCode Método

Definição

Retorna o código hash para este Point.Returns the hash code for this Point.

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

Retornos

Int32

O código hash para este struct Point.The hash code for this Point struct.

Comentários

Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) Point .This struct represents the .NET projection of the Windows Runtime (WinRT) Point struct. Para obter mais informações, consulte ponto na referência da API UWP.For more information, see Point in the UWP API reference.

Para obter mais informações e exemplos desse membro, consulte Point.GetHashCode() na referência da API do .NET Framework.For more information and examples of this member, see Point.GetHashCode() in the .NET Framework API reference. (Exemplos mostram o uso do WPF e podem não ser convertidos diretamente para o UWP XAML.)(Examples show WPF usage and might not translate directly to UWP XAML.)

Aplica-se a