How to call a GDI+ function from D ?

rikki cattermole rikki at cattermole.co.nz
Sun Jun 5 10:57:16 UTC 2022


Bitmap is a class, not a namespace.

The function you want is actually a constructor.

https://github.com/Alexpux/mingw-w64/blob/master/mingw-w64-headers/include/gdiplus/gdiplusheaders.h#L179


More information about the Digitalmars-d-learn mailing list