We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2015-05-29 03:56 AM - last edited on 2023-07-13 03:49 PM by Doreena Deng
2015-05-29 02:27 PM
MarkHenryC wrote:The DG::Image class is defined in DGUtility.hpp
In the docs, the image parameter for DGSetItemImage is a void * which resolves to a platform-dependent bitmap handle (HBITMAP on Win). But the actual header defines this as a DG::Image class (namespace DG). It's forward-declared for the parameter reference but there is no actual definition for the class in the API Dev Kit (using 18.3006).
Basically, I just want to draw a custom image in an area of a modeless dialog.
Can anyone point me in the right direction?
2015-05-29 10:26 PM