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