Evbpc.Framework.Drawing.Size.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Gets a hash code for the current Size.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode() => base.GetHashCode();