Re: Patterns in Cocoa ?
Re: Patterns in Cocoa ?
- Subject: Re: Patterns in Cocoa ?
- From: Robert Miller <email@hidden>
- Date: Wed, 19 Jun 2002 07:56:11 -0400
Thanks, I'm assuming that I have to create a pattern as an NSImage
then ? That there aren't any 'built-in' patterns like in Quickdraw?
On Wednesday, June 19, 2002, at 07:48 AM, j o a r wrote:
How about these methods from NSColor.h:
/* Pattern methods
*/
+ (NSColor*)colorWithPatternImage:(NSImage*)image;
- (NSImage*)patternImage;
j o a r
On Wednesday, June 19, 2002, at 01:01 PM, Robert Miller wrote:
Does anyone know if there is an equivalent to the old QuickDraw
'pattern' in Cocoa. Something that could be used to fill in solid
geometric shapes, ie. gray, striped, bricks, etc... ?
_______________________________________________
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.