[Gtk-sharp-list] How to use DrawGrayImage for display an image?

Mike Kestner mkestner@ximian.com
Tue, 08 Jun 2004 07:21:13 -0500


On Tue, 2004-06-08 at 01:48, Francisco Martín Rico wrote:

> DrawGrayImage(GC, int, int, int, int, RgbDither, int) : byte
> 
> that not contains such an argument. How can I specify the image data I
> want draw? How I use my drawable?

Fixed on cvs, along with all the other Drawable.*Image methods. 

guchar* defaults to "out byte" unless the params are marked with an
"array" attribute with metadata. The out byte param in all those methods
was being converted to a byte return type since they are void methods in
C.

-- 
Mike Kestner <mkestner@ximian.com>