Last change
on this file since 479 was 473, checked in by イグトランス (egtra), 17 years ago |
実験として書いていたControlクラスを追加(せめてコミット前に既存のContorolに混ぜようとしたがコンパイルできなかった)。
ほかForms, Drawing及びGDI+の修正。
|
File size:
516 bytes
|
Rev | Line | |
---|
[13] | 1 | ' Gdiplus.ab
|
---|
| 2 |
|
---|
| 3 | #ifndef GDIPLUS_AB
|
---|
| 4 | #define GDIPLUS_AB
|
---|
| 5 |
|
---|
| 6 | Declare Function GdipAlloc Lib "Gdiplus.dll" (size As SIZE_T) As VoidPtr
|
---|
| 7 | Declare Sub GdipFree Lib "Gdiplus.dll" (ptr As VoidPtr)
|
---|
| 8 |
|
---|
[473] | 9 | #require <GdiplusEnums.ab>
|
---|
| 10 | #require <GdiplusTypes.ab>
|
---|
| 11 | #require <GdiplusInit.ab>
|
---|
| 12 | #require <GdiPlusGpStubs.ab>
|
---|
[13] | 13 |
|
---|
[473] | 14 | '#require <GdiplusFlat.ab>
|
---|
[13] | 15 |
|
---|
[473] | 16 | '#require <Classes/System/Drawing/misc.ab>
|
---|
| 17 | '#require <Classes/System/Drawing/Imaging/misc.ab>
|
---|
| 18 | '#require <Classes/System/Drawing/Imaging/MetafileHeader.ab>
|
---|
[13] | 19 |
|
---|
| 20 | #endif 'GDIPLUS_AB
|
---|
Note:
See
TracBrowser
for help on using the repository browser.