Quote:
Originally Posted by Erel
You can save the ForeLayer using using Form.FImage.
It isn't possible to merge the two layers into one image.
|
FImage? In Imagelibex?
I have solve the problem by walkaround:
1. save the form1.image to a tmp image
2. use drawer to draw forelayer image to form1 background with transparency
3. save the form1 background
4. draw the tmp image back to form1 background
Not that slow. Make be in next verson u can allow save of background + foreground, or background only, or foregrorund only.
Thanks,