FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PaddingF Structure / GetHashCode Method


In This Topic
GetHashCode Method (PaddingF)
In This Topic
Generates a hash code for the current Padding object.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
 
'Usage
 
Dim instance As PaddingF
Dim value As Integer
 
value = instance.GetHashCode()
See Also