home *** CD-ROM | disk | FTP | other *** search
- Path: god.bel.alcatel.be!nlev00!barnhoorn
- From: barnhoorn@nlev00 ()
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: BitMap problem
- Date: 17 Apr 1996 06:10:34 GMT
- Organization: Alcatel Bell
- Distribution: world
- Message-ID: <4l220q$69a@btmpjg.god.bel.alcatel.be>
- References: <Pine.LNX.3.91.960415142638.3721A-100000@mix.hsv.no> <4l1afm$ioo@sinsen.sn.no>
- Reply-To: barnhoorn@nlev00 ()
- NNTP-Posting-Host: 138.203.178.61
- X-Newsreader: mxrn 6.18-10
-
-
- In article <4l1afm$ioo@sinsen.sn.no>, ilan@sn.no (Ilan Sharoni) writes:
- >On 15-Apr-96 14:33:45, Leonard Faanes (shoeless@mix.hsv.no) Wrote:
- >
- >
- >RectFill(0,0,bitmap_width,bitmap_height) - is this too big?
- >
- Yes, RectFill needs x/y-coordinates, and the maximum coordinates
- of your bitmap is width-1 and height-1. Use
-
- RectFill(rp,0,0,bitmap_width-1,bitmap_height-1);
-
-
- --
- ---------------------------------------------------------------------------
- Jaco Barnhoorn barnie@xs4all.nl
- Software Test Engineer barnhoorn%nlev00@btmv56.se.bel.alcatel.be
- Alcatel Telecom Systems
- Rijswijk, The Netherlands
- ---------------------------------------------------------------------------
-