I'm using _GDIPlus_GraphicsDrawStringEx to create a string on top of an image in a GUI, but I want to re-draw new text.
So I'm disposing of the graphics object (_GDIPlus_GraphicsDispose) and then using _GDIPlus_GraphicsClear to clear the previous string. But because this is on top of an image I want it to be transparent and thus can't use an $iARGB colour.
I tried 0x00000000 on Windows 7 x64, but to no avail.
Normally I provide code, but I figured on this occasion it might now be needed.
So I'm disposing of the graphics object (_GDIPlus_GraphicsDispose) and then using _GDIPlus_GraphicsClear to clear the previous string. But because this is on top of an image I want it to be transparent and thus can't use an $iARGB colour.
I tried 0x00000000 on Windows 7 x64, but to no avail.
Normally I provide code, but I figured on this occasion it might now be needed.