home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18278 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  735 b 

  1. Path: sparky!uunet!decwrl!netsys!agate!darkstar.UCSC.EDU!gil
  2. From: gil@cse.ucsc.edu (Elmer Fudd)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: ovals & friends
  5. Date: 11 Nov 1992 20:31:50 GMT
  6. Organization: University of California, Santa Cruz (CE/CIS Boards)
  7. Lines: 16
  8. Message-ID: <1drqjnINN6mm@darkstar.UCSC.EDU>
  9. NNTP-Posting-Host: arapaho.ucsc.edu
  10.  
  11. howdi net,
  12.  
  13. i have a coupla questions about drawing stuff.
  14.  
  15. (1)  how do i draw an oval in different colors (not just patterns)
  16.      what i do now is:
  17.         SetRect ( &circleRect, 315, 235, 325, 245 );
  18.     PaintOval ( &circleRect );
  19.     FillOval(&circleRect, white);
  20.      what i'd like to do is something like FillOval but with true
  21.      colors.
  22.  
  23. (2)  how do i set 1 pixel to on
  24.  
  25. thanks
  26. -gil
  27.