Changeset 473 for trunk/Include/GdiPlusGpStubs.ab
- Timestamp:
- Mar 12, 2008, 9:54:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/GdiPlusGpStubs.ab
r300 r473 4 4 #define __GDIPLUSGPSTUBS_AB__ 5 5 6 #require <GdiPlusTypes.ab>7 #require <GdiPlusEnums.ab>8 6 #require <Classes/System/Drawing/Drawing2D/misc.ab> 9 7 #require <Classes/System/Drawing/Drawing2D/Matrix.ab> … … 80 78 TypeDef GpUnit = GraphicsUnit 81 79 TypeDef GpCoordinateSpace = CoordinateSpace 82 TypeDef GpPointF = PointF83 TypeDef GpPoint = Point84 TypeDef GpRectF = RectangleF85 TypeDef GpRect = Rectangle86 TypeDef GpSizeF = S izeF80 TypeDef GpPointF = System.Drawing.PointF 81 TypeDef GpPoint = System.Drawing.Point 82 TypeDef GpRectF = System.Drawing.RectangleF 83 TypeDef GpRect = System.Drawing.Rectangle 84 TypeDef GpSizeF = System.Drawing.SizeF 87 85 TypeDef GpHatchStyle = HatchStyle 88 86 TypeDef GpDashStyle = DashStyle
Note:
See TracChangeset
for help on using the changeset viewer.