comparison dwt/graphics/Image.d @ 255:5a30aa9820f3

removed tango.stdc.stringz imports and allow null for arrays and string arguments.
author Frank Benoit <benoit@tionex.de>
date Sun, 15 Jun 2008 22:32:20 +0200
parents ce446666f5a2
children c0d810de7093
comparison
equal deleted inserted replaced
254:8bca790583c3 255:5a30aa9820f3
31 import dwt.dwthelper.InputStream; 31 import dwt.dwthelper.InputStream;
32 import dwt.dwthelper.utils; 32 import dwt.dwthelper.utils;
33 33
34 import tango.text.convert.Format; 34 import tango.text.convert.Format;
35 import tango.stdc.string; 35 import tango.stdc.string;
36 import tango.stdc.stringz;
37 36
38 /** 37 /**
39 * Instances of this class are graphics which have been prepared 38 * Instances of this class are graphics which have been prepared
40 * for display on a specific device. That is, they are ready 39 * for display on a specific device. That is, they are ready
41 * to paint using methods such as <code>GC.drawImage()</code> 40 * to paint using methods such as <code>GC.drawImage()</code>