Hi,
any example on how to use and to take existing canvas to nokia.maps.gfx.CanvasPainter, please ?
//Serguei
Printable View
Hi,
any example on how to use and to take existing canvas to nokia.maps.gfx.CanvasPainter, please ?
//Serguei
Hi there, Serguei and welcome to the Discussion board!
For now, the only way to draw an GFX resulted Canvas into an already existing Canvas is to blit it afterwards via
[url]https://developer.mozilla.org/en/Canvas_tutorial/Using_images#drawImage[/url]
Best Regards,
Marko
Thanks Marko!