|
Last change
on this file since 493 was 473, checked in by イグトランス (egtra), 18 years ago |
|
実験として書いていたControlクラスを追加(せめてコミット前に既存のContorolに混ぜようとしたがコンパイルできなかった)。
ほかForms, Drawing及びGDI+の修正。
|
|
File size:
516 bytes
|
| Line | |
|---|
| 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 |
|
|---|
| 9 | #require <GdiplusEnums.ab>
|
|---|
| 10 | #require <GdiplusTypes.ab>
|
|---|
| 11 | #require <GdiplusInit.ab>
|
|---|
| 12 | #require <GdiPlusGpStubs.ab>
|
|---|
| 13 |
|
|---|
| 14 | '#require <GdiplusFlat.ab>
|
|---|
| 15 |
|
|---|
| 16 | '#require <Classes/System/Drawing/misc.ab>
|
|---|
| 17 | '#require <Classes/System/Drawing/Imaging/misc.ab>
|
|---|
| 18 | '#require <Classes/System/Drawing/Imaging/MetafileHeader.ab>
|
|---|
| 19 |
|
|---|
| 20 | #endif 'GDIPLUS_AB
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.