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

    r104 r166  
    126126    End Function
    127127
     128    Override Function GetHashCode() As Long
     129        Return x Xor _System_BSwap(y As DWord)
     130    End Function
     131
    128132    Static Function Ceiling(ptf As PointF) As Point
    129133        Dim pt As Size(Math.Ceiling(ptf.width), Math.Ceiling(ptf.height))
Note: See TracChangeset for help on using the changeset viewer.