Changeset 119 for Include/GdiPlusGpStubs.ab
- Timestamp:
- Feb 23, 2007, 11:00:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/GdiPlusGpStubs.ab
r33 r119 4 4 #define __GDIPLUSGPSTUBS_AB__ 5 5 6 #include <Classes/System/Drawing/Drawing2D/Matrix.ab> 6 #require <GdiPlusTypes.ab> 7 #require <GdiPlusEnums.ab> 8 #require <Classes/System/Drawing/Drawing2D/misc.ab> 9 #require <Classes/System/Drawing/Drawing2D/Matrix.ab> 7 10 8 11 Class GpGraphics … … 75 78 TypeDef GpFillMode = FillMode 76 79 TypeDef GpWrapMode = WrapMode 77 TypeDef GpUnit = Unit80 TypeDef GpUnit = GraphicsUnit 78 81 TypeDef GpCoordinateSpace = CoordinateSpace 79 82 TypeDef GpPointF = PointF
Note:
See TracChangeset
for help on using the changeset viewer.