Hi there You can just add the new image <http://www.rasteredge.com/how-to/csharp-imaging/create-new-image/> according to this method: public REImage(); public REImage(int w, int h); public REImage(int w, int h, ImageMode mode); public REImage(int w, int h, ImageMode mode, byte[] data); public REImage(int w, int h, ImageMode mode, byte[] data, RColor[] colorPalette);
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-images-dynamicly-tp4447069p4661866.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
