How can i convert between NSBezierPath to CGPath.

Thanks.

link|improve this question

50% accept rate
feedback

3 Answers

up vote 2 down vote accepted

Right from Apple documentation: Creating a CGPathRef From an NSBezierPath Object

link|improve this answer
feedback

See: google-toolbox-mac.

For those of you interested in Mac programming, Google has released Google Toolbox for Mac, an open source project that provides code samples and utility code for a variety of programming functions.

AppKit = graphics stuff: ... NSBezierPath additions: CGPath conversions, round rects, shading

link|improve this answer
feedback

Hi vikas: see this: http://stackoverflow.com/questions/1429426/cgpathref-encoding

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.