home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / x / 15170 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  680 b 

  1. Path: sparky!uunet!usc!cs.utexas.edu!ut-emx!tivoli!foraker!taylor
  2. From: taylor@foraker.NoSubdomain.NoDomain (Eric Taylor)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: How to draw a fat point by XDrawPoint(...)
  5. Message-ID: <2614@tivoli.UUCP>
  6. Date: 12 Aug 92 22:18:17 GMT
  7. References: <NIEH.92Aug7085203@surya.cadence.com>
  8. Sender: news@tivoli.UUCP
  9. Lines: 9
  10.  
  11. In article <NIEH.92Aug7085203@surya.cadence.com>, nieh@surya.cadence.com (Ko-Haw Nieh) writes:
  12. |> 
  13. |> How do I use XDrawPoint to draw a fat point? I tried various settings on
  14. |> GC, but it always drew a point on a pixel.
  15.  
  16. XFillRectangle.
  17.  
  18. A point is merely that.   You must use other routines to have a point
  19. bigger than a pixel.
  20.