Rev | Line | |
---|
[13] | 1 | ' Gdiplus.ab
|
---|
| 2 |
|
---|
| 3 | #ifndef GDIPLUS_AB
|
---|
| 4 | #define GDIPLUS_AB
|
---|
| 5 |
|
---|
| 6 | TypeDef PDirectDrawSurface7 = VoidPtr '*IDirectDrawSurface7
|
---|
| 7 |
|
---|
| 8 | Declare Function GdipAlloc Lib "Gdiplus.dll" (size As SIZE_T) As VoidPtr
|
---|
| 9 | Declare Sub GdipFree Lib "Gdiplus.dll" (ptr As VoidPtr)
|
---|
| 10 |
|
---|
| 11 | Class GdiplusBase
|
---|
| 12 | 'これにはC++の配置new (placement new)が使われているので、実装を保留する。
|
---|
| 13 | End Class
|
---|
| 14 |
|
---|
| 15 | #include <GdiplusEnums.ab>
|
---|
| 16 | #include <GdiplusTypes.ab>
|
---|
| 17 | #include <GdiplusInit.ab>
|
---|
| 18 | #include <GdiPlusGpStubs.ab>
|
---|
| 19 |
|
---|
| 20 | #include <GdiplusFlat.ab>
|
---|
| 21 |
|
---|
| 22 | #include <Classes/System/Drawing/misc.ab>
|
---|
| 23 | #include <Classes/System/Drawing/Imaging/misc.ab>
|
---|
| 24 | #include <Classes/System/Drawing/Imaging/MetafileHeader.ab>
|
---|
| 25 |
|
---|
| 26 | #endif 'GDIPLUS_AB
|
---|
Note:
See
TracBrowser
for help on using the repository browser.