• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Filling a Bezier path with a texture
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filling a Bezier path with a texture


  • Subject: Re: Filling a Bezier path with a texture
  • From: Graham Cox <email@hidden>
  • Date: Wed, 27 May 2009 13:09:18 +1000


On 27/05/2009, at 1:02 PM, Dave Keck wrote:

NSColor *color = [NSColor colorWithPatternImage: patternImage];
[[NSGraphicsContext currentContext] saveGraphicsState];
[path addClip];
[color set];
NSRectFill([self bounds]);
[[NSGraphicsContext currentContext] restoreGraphicsState];

Or simpler:

[[NSColor colorWithPatternImage:patternImage] set];
[path fill];


--Graham


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Filling a Bezier path with a texture (From: Development <email@hidden>)
 >Re: Filling a Bezier path with a texture (From: Dave Keck <email@hidden>)

  • Prev by Date: Re: Filling a Bezier path with a texture
  • Next by Date: Re: NSColorPanel flat out lies
  • Previous by thread: Re: Filling a Bezier path with a texture
  • Next by thread: [MEET] Amsterdam CocoaHeads tonight!
  • Index(es):
    • Date
    • Thread