Converts the point from the receiver’s coordinate system to the base coordinate system.
Original signature is '- (NSPoint)convertPointToBase:(NSPoint)aPoint'
Available in Mac OS X v10.5 and later.


- aPoint (NSPoint)
- A point specifying a location in the coordinate system of the receiver.

The point converted to the base coordinate system.

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