Re: store the NSPoint in an dictionary
Re: store the NSPoint in an dictionary
- Subject: Re: store the NSPoint in an dictionary
- From: Brendan Younger <email@hidden>
- Date: Fri, 29 Jun 2001 01:55:01 -0500
In reply to:
Now I have got two points, which I store in NSPoint.
Now I want to store these points in an dictionary for reference.
Best way is to create a little wrapper class with the two NSPoints as
instance variables, provide one or two accessor methods and put your
wrapper class in the dictionary.
Brendan Younger