how can I draw content(16bit) of bitmap(no head) directly onto srceen.

Login to reply to this topic.
Tue, 2005-08-16 10:28
Joined: 2005-08-16
Forum posts: 10
how can I draw content(16bit) of bitmap(no head) directly onto srceen.

Tue, 2005-08-16 11:15
Joined: 2003-04-01
Forum posts: 142
Re: how can I draw content(16bit) of bitmap(no head) directly on
you could of course try plotting it pixel-by-pixel directly to the screen, but I think easier way would be to use bitmaps and construct the imege into it for drawing. Setscanline functions might be good for this purpose.

yucca
  • Login to reply to this topic.