store the NSPoint in an dictionary
store the NSPoint in an dictionary
- Subject: store the NSPoint in an dictionary
- From: Annie Felix <email@hidden>
- Date: Fri, 29 Jun 2001 11:42:44 +0530
Hi
My program draws a circle on mouse click.
On Mouse drag it draws a line.
On mouse release it draws another circle.
Now I have got two points, which I store in NSPoint.
Now I want to store these points in an dictionary for reference.
How should I do it.
Annie Felix