I’ve created a mutable array containing NSRect values. I want to check whether the NSPoint I created is within this rectangle. What is the best way to do this in cocoa.
I’ve created a mutable array containing NSRect values. I want to check whether the
Share
From the Foundation Functions Reference:
‘Returns a Boolean value that indicates whether a given point is in a given rectangle.’