Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Point::GetHashCode Method ()

 

Returns a hash code for this Point.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

An integer value that specifies a hash value for this Point.

You should avoid depending on GetHashCode for unique values, as two Point objects with the same values for their X and Y properties may return the same hash code. This behavior could change in a future release.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft