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/Rectangle.ab

    r104 r166  
    148148    End Function
    149149
     150    Override Function GetHashCode() As Long
     151        Return x Xor _System_BSwap(y) Xor width Xor _System_BSwap(height)
     152    End Function
     153
    150154    Static Function FromLTRB(l As Long, t As Long, r As Long, b As Long) As Rectangle
    151155        Dim rect As Rectangle(l, t, r - l, r - b)
Note: See TracChangeset for help on using the changeset viewer.