RectangleF.GetHashCode Método

Definición

Obtiene el código hash de esta estructura RectangleF. Para información sobre el uso de códigos hash, vea Object.GetHashCode.

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

Devoluciones

Código hash de esta RectangleF.

Se aplica a