Click or drag to resize

PathPointGetHashCode Method

Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override int GetHashCode()

Return Value

Type: Int32
A hash code for the current object.
See Also