MonobjcMonobjc Documented Class Library
ConvertBaseToScreen Method (point)
NamespacesMonobjc.AppKitNSWindowConvertBaseToScreen(NSPoint)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint ConvertBaseToScreen(
	NSPoint point
)
Public Overridable Function ConvertBaseToScreen ( _
	point As NSPoint _
) As NSPoint
public:
virtual NSPoint ConvertBaseToScreen(
	NSPoint point
)
Parameters
point (NSPoint)
The point expressed in the window’s base coordinate system.
Return Value
point expressed in screen coordinates.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)