Changeset 166 for Include/Classes/System/Drawing/Rectangle.ab
- Timestamp:
- Mar 13, 2007, 11:55:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Drawing/Rectangle.ab
r104 r166 148 148 End Function 149 149 150 Override Function GetHashCode() As Long 151 Return x Xor _System_BSwap(y) Xor width Xor _System_BSwap(height) 152 End Function 153 150 154 Static Function FromLTRB(l As Long, t As Long, r As Long, b As Long) As Rectangle 151 155 Dim rect As Rectangle(l, t, r - l, r - b)
Note:
See TracChangeset
for help on using the changeset viewer.