Drawing
Drawing
- Subject: Drawing
- From: "Joshua D. Orr" <email@hidden>
- Date: Fri, 15 Jun 2001 07:53:20 -0600
I have lots points, some of them have lines connected between them, some of
the lines/points make polygons that need to be filled in. I need to make it
so that the user can drag the points around individually. I was thinking of
using NSBezierPath, but when I was reading about it, it said that it's
subpaths can't be change individually, only as a group, and you will need to
make separate NSBezierPaths. But this seems kind of a lot of overhead?
Any of you have any suggestions on what I can use?