Changeset 77 for Include/Classes/System/Drawing/PointF.ab
- Timestamp:
- Jan 27, 2007, 12:04:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Drawing/PointF.ab
r27 r77 110 110 End Function 111 111 112 Static Function Substract( (pt1 As PointF, pt2 As PointF) As PointF112 Static Function Substract(pt1 As PointF, pt2 As PointF) As PointF 113 113 Dim ret As PointF(pt1.x - pt2.x, pt1.y - pt2.y) 114 114 Return ret
Note:
See TracChangeset
for help on using the changeset viewer.