Converts a given point from the window’s base coordinate system to the screen coordinate system.
Original signature is '- (NSPoint)convertBaseToScreen:(NSPoint)point'
Available in Mac OS X v10.0 and later.


- point (NSPoint)
- The point expressed in the window’s base coordinate system.

point expressed in screen coordinates.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)