Changeset 241 for branch/egtra-gdiplus/Classes/System/Drawing/PointF.ab
- Timestamp:
- May 9, 2007, 10:26:36 PM (18 years ago)
- Location:
- branch/egtra-gdiplus
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branch/egtra-gdiplus/Classes/System/Drawing/PointF.ab
r212 r241 4 4 #define __SYSTEM_DRAWING_POINTF_AB__ 5 5 6 #include <Classes/System/Drawing/Size.ab> 7 #include <Classes/System/Drawing/SizeF.ab> 6 #require <Classes/System/Drawing/Size.ab> 7 #require <Classes/System/Drawing/SizeF.ab> 8 9 Namespace System 10 Namespace Drawing 8 11 9 12 Class PointF … … 48 51 Return x = 0 And y = 0 49 52 End Function 50 /* 51 Sub Operator = (ByRef pt As PointF) 52 x = pt.x 53 y = pt.y 54 End Sub 55 */ 53 56 54 Function Operator + (pt As PointF) As PointF 57 55 Return Add(This, pt) … … 129 127 End Class 130 128 129 End Namespace 'Drawing 130 End Namespace 'System 131 131 132 #endif '__SYSTEM_DRAWING_POINTF_AB__
Note:
See TracChangeset
for help on using the changeset viewer.