Documentation for NSPoint?!

whitesaint

cocoa love
I searched everywhere and i just cannot find any documentation for "NSPoint". Does anybody know where I can find some info on this? It's pissing me off because many many Classes in Cocoa use "NSPoint" but there is no documentation on it. Help!

-whitesaint
 
Have a look at /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h where NSPoint is defined; it's a simple struct, so that header should answer most of your questions.
 
Back
Top