Re: NSPixel?
Re: NSPixel?
- Subject: Re: NSPixel?
- From: "John C. Randolph" <email@hidden>
- Date: Sat, 3 Nov 2001 22:58:11 -0800
On Saturday, November 3, 2001, at 09:45 PM, Jake wrote:
well, while NSBezierPath is all powerful and mighty. I was wondering if
there exist some lower cost routines that enables people to draw simpler
primitives such as a single pixel and horizontal lines using Quartz?
A few people have been known to create NSBitmapImageRep instances, and
draw into those..
Are things such as NSRectFill considered as part of Quartz?
NSRectFill() calls Quartz, but it predates it by several years. (It
used to call Display Postscript.)
-jcr
[Objc retain];
References: | |
| >NSPixel? (From: Jake <email@hidden>) |