Changeset 29 for Include/Classes/System
- Timestamp:
- Dec 12, 2006, 8:16:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Drawing/Point.ab
r27 r29 98 98 End Function 99 99 100 SubOffset(pt As Point) As Point100 Function Offset(pt As Point) As Point 101 101 Dim ret As Point(x + pt.x, y + pt.y) 102 102 Return ret … … 106 106 x += dx 107 107 y += dy 108 End Function108 End Sub 109 109 110 110 Static Function Substract(pt1 As Point, pt2 As Point) As Point
Note:
See TracChangeset
for help on using the changeset viewer.