Win32 to D

Frank Benoit keinfarbton at googlemail.com
Sun Nov 8 13:21:42 PST 2009


nomad schrieb:
> I would like to use the following Win32 function in D:
> 
> GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPointI(
>     GpGraphics * graphics,
>     GDIPCONST GpMetafile * metafile,
>     GDIPCONST Point & destPoint,
>     GDIPCONST Rect & srcRect,
>     Unit srcUnit,
>     EnumerateMetafileProc callback,
>     VOID * callbackData,
>     GDIPCONST GpImageAttributes * imageAttributes
> );
> 
> what is the proper way to do so?
> 
> 

FYI, there is GDI+ in DWT, see dwt-win\dwt\internal\gdip\


More information about the Digitalmars-d-learn mailing list