I have a CGBezierPath.

I wish to get ann array of all the points in the path.

Is that possible?

Thanks Shani

link|improve this question

There is a UIBezierPath and a CGPath but no CGPath. Please restate your question. – Zaph Jan 29 at 14:57
feedback

1 Answer

up vote 1 down vote accepted

Neither UIBezierPath nor CGPath have a method to obtain their points. This makes sense because the paths can be created with methods that are not simple points.

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.