Re: NSBezierPath Problem...
Re: NSBezierPath Problem...
- Subject: Re: NSBezierPath Problem...
- From: "John C. Randolph" <email@hidden>
- Date: Tue, 5 Mar 2002 13:05:22 -0800
On Tuesday, March 5, 2002, at 12:34 PM, Joshua D. Orr wrote:
Is there any way to make it so the NSBezierPath strokes lines
only one pixel wide no matter what???
You can turn off anti-aliasing by sending -setShouldAntiAlias:NO
to the current graphics context.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.