Hello everybody,
I wrote an application, where the user could draw something (gc.DrawLine(startPoint,endPoint)on a TRect(). And now, I want to save the result, as abmp or someting like this. Can anybody give me a hint?
Manu
Hello everybody,
I wrote an application, where the user could draw something (gc.DrawLine(startPoint,endPoint)on a TRect(). And now, I want to save the result, as abmp or someting like this. Can anybody give me a hint?
Manu
Hola no puedo ayudarte pero por tu nick parece que eres español asi q podemos charlar un rato sobre symbian, si quieres agregame a diluo_@hotmail.com
you could draw the lines directly to teh image by using CFbsBitmapDevice, and showing the image on the screen. Or you could use screen capturing to capture the screen when it is finalized.
Then you should use image saving classes (see remote camera for an example) to save it to the file.
yucca