Image img = Image.createImage(width,height, argbBackgroundColor);
Graphics g = img.getGraphics();
g.drawImage(photo, 0, 0);
g.drawString(...);I have been unsuccessful in understanding how to accomplish this.Can you provide me an executable code that will load an image and allow me to draw over it?
--
You received this message because you are subscribed to a topic in the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codenameone-discussions/4-bXpqtxDSo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/93fc6644-6264-4bfd-8cd8-847c494613a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/codenameone-discussions/4-bXpqtxDSo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/90fa93d9-84e3-4962-abcc-efdb8a18b657%40googlegroups.com.