RectangleF::GetHashCode Method ()

 

Gets the hash code for this RectangleF structure. For information about the use of hash codes, see Object.GetHashCode.

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

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

The hash code for this RectangleF.

.NET Framework
Available since 1.1
Return to top
Show: