Re: NSColor colorWithPatternImage: texture origin?
Re: NSColor colorWithPatternImage: texture origin?
- Subject: Re: NSColor colorWithPatternImage: texture origin?
- From: Eric Freeman <email@hidden>
- Date: Sun, 26 Oct 2003 07:50:45 -0800
Hi Alastair,
I just did with no effect:
NSColor *backgroundColor = [[NSColor
colorWithPatternImage:backgroundImage] retain];
[[NSApp context]
setPatternPhase:NSMakePoint(clipRect.origin.x, clipRect.origin.y)];
[backgroundColor set];
[NSBezierPath fillRect:rowFrame];
[backgroundColor release];
Hmmm,
Eric
On Oct 26, 2003, at 3:21 AM, Alastair J.Houghton wrote:
>
setPatternPhase
_______________________________________________
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.