[clean-list] Low-level graphics under Windows

Martin Wierich martinw@cs.kun.nl
Thu, 11 Jan 2001 14:44:43 +0100


Jerzy Karczmarczuk wrote:
> If you say so. I think that the possibility of storing a Picture on
> a bitmap is of general interest, so I might share this problem with some
> other people. OK!

It's easier to implement a function that stores a drawing function on a bitmap:

  recordBitmap :: (*Picture -> .Picture) Int Int -> Bitmap

This function isn't implemented yet but it could be easily done with some
Windows system calls. (I think I posted this already once upon a time)

cheers
  Martin