home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!decwrl!netsys!agate!darkstar.UCSC.EDU!gil
- From: gil@cse.ucsc.edu (Elmer Fudd)
- Newsgroups: comp.sys.mac.programmer
- Subject: ovals & friends
- Date: 11 Nov 1992 20:31:50 GMT
- Organization: University of California, Santa Cruz (CE/CIS Boards)
- Lines: 16
- Message-ID: <1drqjnINN6mm@darkstar.UCSC.EDU>
- NNTP-Posting-Host: arapaho.ucsc.edu
-
- howdi net,
-
- i have a coupla questions about drawing stuff.
-
- (1) how do i draw an oval in different colors (not just patterns)
- what i do now is:
- SetRect ( &circleRect, 315, 235, 325, 245 );
- PaintOval ( &circleRect );
- FillOval(&circleRect, white);
- what i'd like to do is something like FillOval but with true
- colors.
-
- (2) how do i set 1 pixel to on
-
- thanks
- -gil
-