OpenTK.Graphics.Rectangle.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

GetHashCode Method
Calculates a hashing value.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return (height + width) ^ x + y;
        }