home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7462 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: god.bel.alcatel.be!nlev00!barnhoorn
  2. From: barnhoorn@nlev00 ()
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: BitMap problem
  5. Date: 17 Apr 1996 06:10:34 GMT
  6. Organization: Alcatel Bell
  7. Distribution: world
  8. Message-ID: <4l220q$69a@btmpjg.god.bel.alcatel.be>
  9. References: <Pine.LNX.3.91.960415142638.3721A-100000@mix.hsv.no> <4l1afm$ioo@sinsen.sn.no>
  10. Reply-To: barnhoorn@nlev00 ()
  11. NNTP-Posting-Host: 138.203.178.61
  12. X-Newsreader: mxrn 6.18-10
  13.  
  14.  
  15. In article <4l1afm$ioo@sinsen.sn.no>, ilan@sn.no (Ilan Sharoni) writes:
  16. >On 15-Apr-96 14:33:45, Leonard Faanes (shoeless@mix.hsv.no) Wrote:
  17. >
  18. >
  19. >RectFill(0,0,bitmap_width,bitmap_height) - is this too big?
  20. >
  21. Yes, RectFill needs x/y-coordinates, and the maximum coordinates
  22. of your bitmap is width-1 and height-1. Use
  23.  
  24.     RectFill(rp,0,0,bitmap_width-1,bitmap_height-1);
  25.  
  26.  
  27. -- 
  28. ---------------------------------------------------------------------------
  29. Jaco Barnhoorn               barnie@xs4all.nl
  30. Software Test Engineer       barnhoorn%nlev00@btmv56.se.bel.alcatel.be
  31. Alcatel Telecom Systems
  32. Rijswijk, The Netherlands
  33. ---------------------------------------------------------------------------
  34.