Changeset 166 for Include/Classes/System/Drawing/Point.ab
- Timestamp:
- Mar 13, 2007, 11:55:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Drawing/Point.ab
r104 r166 126 126 End Function 127 127 128 Override Function GetHashCode() As Long 129 Return x Xor _System_BSwap(y As DWord) 130 End Function 131 128 132 Static Function Ceiling(ptf As PointF) As Point 129 133 Dim pt As Size(Math.Ceiling(ptf.width), Math.Ceiling(ptf.height))
Note:
See TracChangeset
for help on using the changeset viewer.