So is there a simple way to convert a NSBezierPath to a bunch of straight lines?
Send the path a bezierPathByFlatteningPath
message. This will return a new path, so converted.
Peter Hosey
2009-09-02 10:13:19
So is there a simple way to convert a NSBezierPath to a bunch of straight lines?
Send the path a bezierPathByFlatteningPath
message. This will return a new path, so converted.