Click or drag to resize

RectangleFGetHashCode Method

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

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public override int GetHashCode()

Return Value

Type: Int32
The hash code for this System.Drawing.RectangleF.
See Also