Gets a hash code for the PointF.
Syntax

[C#]

virtual int GetHashCode();

[Visual Basic]

Overidable Function GetHashCode() As Integer
Params
Name Description
return The returned hash code.
Notes

None.

Example

None.