source: Include/GdiPlus.ab@ 13

Last change on this file since 13 was 13, checked in by イグトランス (egtra), 17 years ago

new

File size: 682 bytes
Line 
1' Gdiplus.ab
2
3#ifndef GDIPLUS_AB
4#define GDIPLUS_AB
5
6TypeDef PDirectDrawSurface7 = VoidPtr '*IDirectDrawSurface7
7
8Declare Function GdipAlloc Lib "Gdiplus.dll" (size As SIZE_T) As VoidPtr
9Declare Sub GdipFree Lib "Gdiplus.dll" (ptr As VoidPtr)
10
11Class GdiplusBase
12'これにはC++の配置new (placement new)が使われているので、実装を保留する。
13End 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.