| PathPointBuilderGetHashCode 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
Return Value
Type: 
Int32
        A hash code for the current object.
      
 See Also
See Also