Ignore:
Timestamp:
Mar 13, 2007, 11:55:49 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

GetHashCodeを実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Drawing/PointF.ab

    r104 r166  
    133133    End Function
    134134
     135    Override Function GetHashCode() As Long
     136        Return GetDWord(VarPtr(x)) Xor _System_BSwap(GetDWord(VarPtr(x)))
     137    End Function
     138
    135139Private
    136140    x As Single
Note: See TracChangeset for help on using the changeset viewer.