
DrawAlphaImage blends an image over the existing background. You can use a constant alpha-value or an Image Map. See the Helpfile for more information!
I inserted this by hand when I found this command missing (resulting in a bug) in another program.spongehammer wrote:some of the sample code in the help file has a few errors though.
X2D_SetHDC(hDC.l)
line 33 reads SetHDC(0) instead of X2D_SetHDC(0)
thought I got rid of this one some time agoX2D_CopyImageToMemory
line 67 reads SetGadgetState(#1, UseImage(1)) instead of
SetGadgetState(1, UseImage(1))