Last change
on this file since 303 was 241, checked in by イグトランス (egtra), 18 years ago |
GDI+に対して名前空間で囲ったものの、現在コンパイルできないため分岐させておく
|
File size:
654 bytes
|
Rev | Line | |
---|
[13] | 1 | ' Gdiplus.ab
|
---|
| 2 |
|
---|
| 3 | #ifndef GDIPLUS_AB
|
---|
| 4 | #define GDIPLUS_AB
|
---|
| 5 |
|
---|
[241] | 6 | Namespace Gdiplu
|
---|
[13] | 7 | Declare Function GdipAlloc Lib "Gdiplus.dll" (size As SIZE_T) As VoidPtr
|
---|
| 8 | Declare Sub GdipFree Lib "Gdiplus.dll" (ptr As VoidPtr)
|
---|
| 9 |
|
---|
| 10 | Class GdiplusBase
|
---|
| 11 | 'これにはC++の配置new (placement new)が使われているので、実装を保留する。
|
---|
| 12 | End Class
|
---|
| 13 |
|
---|
[241] | 14 | End Namespace
|
---|
| 15 |
|
---|
[13] | 16 | #include <GdiplusEnums.ab>
|
---|
| 17 | #include <GdiplusTypes.ab>
|
---|
| 18 | #include <GdiplusInit.ab>
|
---|
| 19 | #include <GdiPlusGpStubs.ab>
|
---|
| 20 |
|
---|
| 21 | #include <GdiplusFlat.ab>
|
---|
| 22 |
|
---|
| 23 | #include <Classes/System/Drawing/misc.ab>
|
---|
| 24 | #include <Classes/System/Drawing/Imaging/misc.ab>
|
---|
| 25 | #include <Classes/System/Drawing/Imaging/MetafileHeader.ab>
|
---|
| 26 |
|
---|
| 27 | #endif 'GDIPLUS_AB
|
---|
Note:
See
TracBrowser
for help on using the repository browser.