Changeset 473 for trunk/Include/GdiPlusTypes.ab
- Timestamp:
- Mar 12, 2008, 9:54:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/GdiPlusTypes.ab
r300 r473 4 4 #define __GDIPLUSTYPES_AB__ 5 5 6 #include <Classes/System/Math.ab>7 8 6 TypeDef ImageAbort = *Function(p As VoidPtr) As BOOL 9 7 TypeDef DrawImageAbort = ImageAbort 10 8 TypeDef GetThumbnailImageAbort = ImageAbort 11 9 12 TypeDef EnumerateMetafileProc = *Function(recordType As EmfPlusRecordType, flags As DWord, dataSize As DWord, data As BytePtr, callbackData As VoidPtr) As BOOL10 TypeDef EnumerateMetafileProc = *Function(recordType As EmfPlusRecordType, flags As DWord, dataSize As DWord, data As *Byte, callbackData As VoidPtr) As BOOL 13 11 14 12 'Const REAL_MAX = FLT_MAX … … 41 39 End Enum 42 40 43 #include <Classes/System/Drawing/SizeF.ab>44 #include <Classes/System/Drawing/Size.ab>45 #include <Classes/System/Drawing/PointF.ab>46 #include <Classes/System/Drawing/Point.ab>47 #include <Classes/System/Drawing/RectangleF.ab>48 #include <Classes/System/Drawing/Rectangle.ab>49 #include <Classes/System/Drawing/CharacterRange.ab>50 51 41 Class PathData 42 /* 52 43 Public 53 44 Sub PathData() … … 65 56 End Sub 66 57 67 Private68 /*69 Sub PathData(ByRef pd As PathData)70 Debug71 End Sub72 */73 Sub Operator =(ByRef pd As PathData)74 Debug75 End Sub76 77 58 Public 78 59 Count As Long 79 60 Points As *PointF 80 61 Types As *BYTE 62 */ 81 63 End Class 82 64 65 83 66 #endif '__GDIPLUSTYPES_AB__
Note:
See TracChangeset
for help on using the changeset viewer.