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: 12.0.0.0
Syntax
public override int GetHashCode()

Return Value

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